From 57f99a7eb58626391ed5d47a7d3344db55e18b23 Mon Sep 17 00:00:00 2001 From: "dhg@chromium.org" Date: Mon, 26 Jul 2010 18:15:27 +0000 Subject: Fixing text truncation, by having the items automatically be able to expand. BUG=chromium-os:3072 TEST=none Review URL: http://codereview.chromium.org/3018013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53643 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/filebrowse.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'chrome/browser/resources') 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; } -- cgit v1.1