From a3f78f78d9b281020d3aa8de2e7a4b1bf72b5620 Mon Sep 17 00:00:00 2001 From: Matthew Judy Date: Fri, 23 Aug 2019 14:59:47 -0400 Subject: [PATCH] Address icon alignment issues seen in the file tree. --- lib/file-types.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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}