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

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

Issue 904403002: Make the position of 'n files selected' label synced with the width of navigation list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set initial width for #cancel-selection-button-wrapper, used before the first relayout event. Created 5 years, 10 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 | ui/file_manager/file_manager/foreground/js/file_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index ef0c64fed9cea3c9f94974f108fa802068334e16..5f56732c2a779dbab92827edbfa0e27fcae9f941 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -368,14 +368,11 @@ body.selecting .dialog-header {
#cloud-import-details div {
border: 0px 0px 1px 0px solid gray;
padding: 10px;
-};
+}
#files-selected-label {
display: none;
- /* TODO(fukino): Move dynamically with the navigation area's separator. */
- left: 252px;
- position: absolute;
- top: 18px;
+ margin: 0 10px;
}
body.selecting #files-selected-label {
@@ -387,6 +384,10 @@ body.selecting #files-selected-label {
display: none
}
+#cancel-selection-button-wrapper {
+ width: 240px; /* initial value, same as .dialog-navigation-list's width. */
+}
+
#cancel-selection-button > core-icon {
-webkit-margin-end: 6px;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698