summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzvorygin@chromium.org <zvorygin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-11 17:01:32 +0000
committerzvorygin@chromium.org <zvorygin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-11 17:01:32 +0000
commit2da6c3dac55840e7910759b778aa425159c470fa (patch)
tree83c27c549c4d5de7d81604cd8e963f3cc10ccb9f
parent3e97b6fa38039487f98d84deb8e63e21617a975d (diff)
downloadchromium_src-2da6c3dac55840e7910759b778aa425159c470fa.zip
chromium_src-2da6c3dac55840e7910759b778aa425159c470fa.tar.gz
chromium_src-2da6c3dac55840e7910759b778aa425159c470fa.tar.bz2
FileBrowser: Fixed ui bugs - left panel max root name length, thumbnail pane checkbox.
BUG= TEST=Left pane should look same for long and short items. Thumbnail pane should contain checkboxes and item names should be visible. Review URL: http://codereview.chromium.org/9667035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126075 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/file_manager/css/common.css6
-rw-r--r--chrome/browser/resources/file_manager/css/file_manager.css2
2 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
index 74c0a23..9b0888c 100644
--- a/chrome/browser/resources/file_manager/css/common.css
+++ b/chrome/browser/resources/file_manager/css/common.css
@@ -4,6 +4,10 @@
* found in the LICENSE file.
*/
+/*
+ * This file contains "borrowed" copy of standard styles. To simplify merging,
+ * when altering, please preserve original property value by adding comments.
+ */
input.common[type="checkbox"], input.common[type="radio"] {
-webkit-appearance: none;
width: 13px;
@@ -15,7 +19,7 @@ input.common[type="checkbox"], input.common[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: default;
- position: relative;
+/* position: relative;*/
}
input.common[type="checkbox"]:checked::after {
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 1ec76ff..d1b1ced 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -247,7 +247,7 @@ li.root-item > * {
}
li.root-item > .root-label {
- max-width: 130px;
+ max-width: 81px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;