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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 10826137: Fix CSS and timeout handling for the Files app butter bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index d9d1329d4758cd23baeb5f5c12c33b3536a60c8f..72cd1f5f3ef46aeadc39a670b3144b5acc824df2 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -238,14 +238,14 @@
</div>
<button class=cancel i18n-content=CANCEL_LABEL>[CANCEL]</button>
</div>
- <div id="butter-bar" class="before-show">
+ <div id="butter-bar">
<div class="content">
<div class="butter-message"></div>
- <div class="progress-bar hide-in-butter">
+ <div class="progress-bar" hidden>
<div class="progress-track"></div>
</div>
</div>
- <div class="actions hide-in-butter"></div>
+ <div class="actions" hidden></div>
</div>
<div id="drag-image-container"></div>
<iframe id="command-dispatcher" hidden></iframe>

Powered by Google App Engine
This is Rietveld 408576698