From ce481b0f254d1080de6039874474850bc117adc0 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 5 Jun 2013 18:07:21 +0100 Subject: [PATCH] 3px radius on filenames, slight adjusts to margin Plus padding added to filenames --- lib/file-types.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/file-types.css b/lib/file-types.css index 87b8cf0..546721b 100644 --- a/lib/file-types.css +++ b/lib/file-types.css @@ -1,19 +1,19 @@ .fileManager { - margin: 15px 0 15px 22px; + margin: 15px 0 15px 20px; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } -.fileManager span {font-family: helvetica, arial, swiss, verdana} +.fileManager span {font-family: helvetica, arial, swiss, verdana; padding: 1px 3px; border-radius: 3px} .fileManager a {color: #eee; text-decoration: none; cursor: pointer} .fileManager .pft-directory, .fileManager .pft-file {list-style-image: url(../images/blank.gif)} .fileManager ul, .fileManager li {margin-left: 15px} /* 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: -23px; background:url(../images/file-folder-icons.png) no-repeat 0 0; + 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; } .fileManager LI.dirOpen:before {background-position: -16px 0}