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

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: rebase Created 8 years, 4 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 | « chrome/browser/resources/file_manager/js/butter_bar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/file_manager/js/butter_bar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698