From 4dd36c5130c4da24dbcfb04b9f50fe5871fd6e61 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 24 Jun 2012 12:39:16 +0100 Subject: [PATCH] LESS added, subsequent icons Y pos shifted --- lib/files.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/files.css b/lib/files.css index 864a17b..4b031b8 100644 --- a/lib/files.css +++ b/lib/files.css @@ -57,14 +57,15 @@ body {margin: 0; overflow: auto} .fileManager LI.ext-jpeg:before {background-position: -96px 0} .fileManager LI.ext-js:before {background-position: -112px 0} /*.fileManager LI.ext-pdf:before {background-position: -???px 0} */ -.fileManager LI.ext-php:before {background-position: -128px 0} -.fileManager LI.ext-png:before {background-position: -144px 0} -.fileManager LI.ext-rb:before {background-position: -160px 0} -.fileManager LI.ext-rbx:before {background-position: -160px 0} -.fileManager LI.ext-rhtml:before {background-position: -160px 0} -.fileManager LI.ext-ruby:before {background-position: -160px 0} +.fileManager LI.ext-less:before {background-position: -128px 0} +.fileManager LI.ext-php:before {background-position: -144px 0} +.fileManager LI.ext-png:before {background-position: -160px 0} +.fileManager LI.ext-rb:before {background-position: -176px 0} +.fileManager LI.ext-rbx:before {background-position: -176px 0} +.fileManager LI.ext-rhtml:before {background-position: -176px 0} +.fileManager LI.ext-ruby:before {background-position: -176px 0} /*.fileManager LI.ext-sql:before {background-position: -???px 0} */ /*.fileManager LI.ext-swf:before {background-position: -???px 0} */ -.fileManager LI.ext-txt:before {background-position: -176px 0} +.fileManager LI.ext-txt:before {background-position: -192px 0} /*.fileManager LI.ext-xml:before {background-position: -???px 0} */ -.fileManager LI.ext-zip:before {background-position: -192px 0} \ No newline at end of file +.fileManager LI.ext-zip:before {background-position: -208px 0} \ No newline at end of file