summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authordhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 18:15:27 +0000
committerdhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 18:15:27 +0000
commit57f99a7eb58626391ed5d47a7d3344db55e18b23 (patch)
treea2f9e1f342debb203787ec58f81438602c10dcb9 /chrome/browser/resources
parent2c2eed3469532e2b0f7c705a858da8cdfecbb609 (diff)
downloadchromium_src-57f99a7eb58626391ed5d47a7d3344db55e18b23.zip
chromium_src-57f99a7eb58626391ed5d47a7d3344db55e18b23.tar.gz
chromium_src-57f99a7eb58626391ed5d47a7d3344db55e18b23.tar.bz2
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
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/filebrowse.html13
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;
}