diff options
-rw-r--r-- | chrome/browser/resources/filebrowse.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/chrome/browser/resources/filebrowse.html b/chrome/browser/resources/filebrowse.html index 8b01ade..786e513 100644 --- a/chrome/browser/resources/filebrowse.html +++ b/chrome/browser/resources/filebrowse.html @@ -95,7 +95,6 @@ div.header { a.iconlink { display: block; -/* font-family: helvetica; */ font-weight: bold; font-size: 11px; color: white; @@ -219,9 +218,7 @@ li.filebrowserow:hover .menuicon:hover { li.filebrowserow { border-bottom: 1px solid #f7f7f7; padding: 8px 5px 5px 54px; -/* overflow: hidden; */ font-size: .8em; -/* font-family: helvetica; */ position: relative; background: #fff; } @@ -371,10 +368,9 @@ div.scanningcontainer { } div.filebutton { - width: 70px; height: 18px; cursor: pointer; - padding-top: 2px; + padding: 3px 3px; border: 1px solid #abb6ce; background-color: #f5f7fc; border-radius: 5px; @@ -390,7 +386,7 @@ div.filebutton { } .filename { - left: 80px; + left: 90px; top: 5px; right: 10px; font-size: .8em; @@ -405,16 +401,13 @@ div.openbutton { div.cancelbutton { bottom: 5px; - left: 90px; + left: 100px; position: absolute; } div.newfolderbutton { bottom: 5px; right: 10px; - padding-left: 2px; - padding-right: 2px; - padding-top: 3px; position: absolute; } |