Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 1063663002: Gallery: Set the width of name input box exact 100%. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 8a3eaf7f20bb728c4d3de9136d848d3354c1f1ee..8f25ea353c1a832fbc9fc8eb287f9dda5c11dc99 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -303,28 +303,26 @@ input[type='checkbox']:checked {
}
.gallery .filename-spacer .namebox {
- height: 22px;
- top: 15px;
-}
-
-.gallery[editing] .filename-spacer .namebox {
- height: 21px;
- top: 5px;
-}
-
-.gallery .filename-spacer .namebox {
background-color: transparent;
border: none;
box-sizing: border-box;
cursor: pointer;
display: block;
font-size: 120%;
+ height: 22px;
outline: none;
overflow: hidden;
padding: 0 3px;
position: absolute;
text-overflow: ellipsis;
+ top: 15px;
white-space: nowrap;
+ width: 100%;
+}
+
+.gallery[editing] .filename-spacer .namebox {
+ height: 21px;
+ top: 5px;
}
.gallery .filename-spacer .namebox[disabled] {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698