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

Unified Diff: ui/file_manager/file_manager/main.html

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 | « ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index a00c2ec59a8b9cefb717d28916538ed3d37ecddd..f93a25c5fd4ea84839d82cdc202485763a5bfe7f 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -308,10 +308,12 @@
<div class="dialog-header">
<div id="location-breadcrumbs" class="breadcrumbs"></div>
- <paper-button id="cancel-selection-button">
- <core-icon icon="arrow-back" style="width:16px; height:16px"></core-icon>
- <span i18n-content="CANCEL_SELECTION_BUTTON_LABEL"></span>
- </paper-button>
+ <div id="cancel-selection-button-wrapper">
+ <paper-button id="cancel-selection-button">
+ <core-icon icon="arrow-back" style="width:16px; height:16px"></core-icon>
+ <span i18n-content="CANCEL_SELECTION_BUTTON_LABEL"></span>
+ </paper-button>
+ </div>
<div id="files-selected-label"></div>
<div class="spacer"></div>
<button id="tasks" class="combobutton" menu="#tasks-menu"
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698