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

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

Issue 2662483002: Files app: Correct the order of file-list layer and empty-folder layer. (Closed)
Patch Set: Created 3 years, 11 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/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index b5044155da07b9992f193eebd5fb759459d744ff..05518b102ebf4d23a2d65454aaad238da71849a8 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -419,13 +419,13 @@
Welcome to the new epic photo importer!
</div>
<div id="list-container">
+ <div class="detail-table" id="detail-table" tabindex="1" autofocus>
+ </div>
+ <grid class="thumbnail-grid" tabindex="2"></grid>
<div id="empty-folder" hidden>
<div class="image"></div>
<span id="empty-folder-label" class="label" i18n-content="EMPTY_FOLDER"></span>
</div>
- <div class="detail-table" id="detail-table" tabindex="1" autofocus>
- </div>
- <grid class="thumbnail-grid" tabindex="2"></grid>
<paper-progress class="loading-indicator" indeterminate hidden></paper-progress>
<div class="drive-welcome page"></div>
</div>
« 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