Commit cf3f6702 authored by fukino's avatar fukino Committed by Commit bot

Move the warning banner of local disk shortage to the upper side.

BUG=409731,391703
TEST=manually

Review URL: https://codereview.chromium.org/531403002

Cr-Commit-Position: refs/heads/master@{#293086}
parent a6f5c0de
...@@ -690,7 +690,7 @@ html[dir='rtl'] .breadcrumbs .separator { ...@@ -690,7 +690,7 @@ html[dir='rtl'] .breadcrumbs .separator {
flex: none; flex: none;
flex-direction: row; flex-direction: row;
font-size: 13px; font-size: 13px;
height: 57px; height: 44px;
overflow: hidden; overflow: hidden;
padding-left: 57px; /* Make space for the icon. */ padding-left: 57px; /* Make space for the icon. */
transition: height 70ms linear; transition: height 70ms linear;
......
...@@ -332,6 +332,7 @@ ...@@ -332,6 +332,7 @@
<div class="drive-icon"></div> <div class="drive-icon"></div>
<div class="drive-text" id="drive-auth-failed-warning-text"></div> <div class="drive-text" id="drive-auth-failed-warning-text"></div>
</div> </div>
<div class="downloads-warning" hidden></div>
<div id="list-container"> <div id="list-container">
<div class="detail-table" id="detail-table" tabindex="5" autofocus> <div class="detail-table" id="detail-table" tabindex="5" autofocus>
</div> </div>
...@@ -340,7 +341,6 @@ ...@@ -340,7 +341,6 @@
<div class="drive-welcome page"></div> <div class="drive-welcome page"></div>
<div id="no-search-results"></div> <div id="no-search-results"></div>
</div> </div>
<div class="downloads-warning" hidden></div>
</div> </div>
</div> </div>
<div class="preview-panel progressable" visibility="hidden"> <div class="preview-panel progressable" visibility="hidden">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment