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

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

Issue 531403002: Move the warning banner of local disk shortage to the upper side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/css/file_manager.css ('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 0feb24d3e7be1b6f5a629dafd5b8a91097a89b88..f45188321502cf636792778792436787ebc457a8 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -332,6 +332,7 @@
<div class="drive-icon"></div>
<div class="drive-text" id="drive-auth-failed-warning-text"></div>
</div>
+ <div class="downloads-warning" hidden></div>
<div id="list-container">
<div class="detail-table" id="detail-table" tabindex="5" autofocus>
</div>
@@ -340,7 +341,6 @@
<div class="drive-welcome page"></div>
<div id="no-search-results"></div>
</div>
- <div class="downloads-warning" hidden></div>
</div>
</div>
<div class="preview-panel progressable" visibility="hidden">
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/file_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698