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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/gallery.css

Issue 8745013: [filebrowser] Support renaming in Gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: chrome/browser/resources/file_manager/js/image_editor/gallery.css
===================================================================
--- chrome/browser/resources/file_manager/js/image_editor/gallery.css (revision 112157)
+++ chrome/browser/resources/file_manager/js/image_editor/gallery.css (working copy)
@@ -226,6 +226,29 @@
opacity: 0.2;
}
+/* Filename */
+
+.gallery .filename-spacer {
+ padding: 0 10px;
+ display: -webkit-box;
+ -webkit-box-orient: horizontal;
+ -webkit-box-align: center;
+}
+
+.gallery .filename-spacer > input {
+ background-color: transparent;
+ color: white;
+ width: 40em;
+ border: none;
+ outline: none;
+}
+
+.gallery .filename-spacer > input:focus {
+ background-color: rgba(48, 48, 48, 0.75);
+ border-right: 1px solid white;
+ border-bottom: 1px solid white;
+}
+
/* Thumbnails */
.gallery .ribbon-spacer {

Powered by Google App Engine
This is Rietveld 408576698