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

Unified Diff: chrome/browser/resources/print_preview.html

Issue 7033037: Print Preview: Fixing print header alignment, "Preview loading..." spacing and animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Making print preview area not selectable Created 9 years, 7 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/print_preview.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index e33b87d04db81cc14f08480cdda62584626e639a..33c603936fe9a14b239c52bd669713ce3a3783a2 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -116,7 +116,7 @@
<div id="mainview">
<div id="dancing-dots" class="invisible">
<div id="dancing-dots-text" class="messages">
- <span i18n-content="loading"></span>
+ <span id="loading" i18n-content="loading"></span>
<span><span>.</span><span>.</span><span>.</span></span>
</div>
<div id="error-text" class="messages hidden"></div>
« no previous file with comments | « chrome/browser/resources/print_preview.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698