Skip to content

Commit 4dd36c5

Browse files
committed
LESS added, subsequent icons Y pos shifted
1 parent f006285 commit 4dd36c5

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

lib/files.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ body {margin: 0; overflow: auto}
5757
.fileManager LI.ext-jpeg:before {background-position: -96px 0}
5858
.fileManager LI.ext-js:before {background-position: -112px 0}
5959
/*.fileManager LI.ext-pdf:before {background-position: -???px 0} */
60-
.fileManager LI.ext-php:before {background-position: -128px 0}
61-
.fileManager LI.ext-png:before {background-position: -144px 0}
62-
.fileManager LI.ext-rb:before {background-position: -160px 0}
63-
.fileManager LI.ext-rbx:before {background-position: -160px 0}
64-
.fileManager LI.ext-rhtml:before {background-position: -160px 0}
65-
.fileManager LI.ext-ruby:before {background-position: -160px 0}
60+
.fileManager LI.ext-less:before {background-position: -128px 0}
61+
.fileManager LI.ext-php:before {background-position: -144px 0}
62+
.fileManager LI.ext-png:before {background-position: -160px 0}
63+
.fileManager LI.ext-rb:before {background-position: -176px 0}
64+
.fileManager LI.ext-rbx:before {background-position: -176px 0}
65+
.fileManager LI.ext-rhtml:before {background-position: -176px 0}
66+
.fileManager LI.ext-ruby:before {background-position: -176px 0}
6667
/*.fileManager LI.ext-sql:before {background-position: -???px 0} */
6768
/*.fileManager LI.ext-swf:before {background-position: -???px 0} */
68-
.fileManager LI.ext-txt:before {background-position: -176px 0}
69+
.fileManager LI.ext-txt:before {background-position: -192px 0}
6970
/*.fileManager LI.ext-xml:before {background-position: -???px 0} */
70-
.fileManager LI.ext-zip:before {background-position: -192px 0}
71+
.fileManager LI.ext-zip:before {background-position: -208px 0}

0 commit comments

Comments
 (0)