diff --git a/lib/file-types.css b/lib/file-types.css index 5ed3e9f..efda368 100644 --- a/lib/file-types.css +++ b/lib/file-types.css @@ -13,13 +13,7 @@ /* Default file */ .fileManager LI.pft-directory:before, .fileManager LI.pft-file:before { - position: absolute; display: block; width: 16px; height: 16px; content: ""; margin-top: -2px; margin-left: -20px; background:url(../images/file-folder-icons.png) no-repeat 0 0; + position: absolute; width: 16px; height: 16px; content: ""; margin-top: -2px; margin-left: -20px; background:url(../images/file-folder-icons.png) no-repeat 0 0; } .fileManager LI.dirOpen:before {background-position: -16px 0} - -@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { /* hacked for chrome and safari */ - .fileManager LI.pft-directory:before, .fileManager LI.pft-file:before { - margin-top: -19px; - } -} .fileManager LI.pft-file:before {background-position: -32px 0}