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

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

Issue 7051040: Print Preview: Making the UI not block when preview is generated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating isCollated(), adding TODO comments. 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
Index: chrome/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index ec4c2927555431b91d2afe61641afaf18981b821..4dfdeea059ed2bbf10d4f1a7cd6e5688f61b17db 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -57,7 +57,7 @@
max="999" maxlength="3" class="number small"/>
<button id="increment">+</button>
<button id="decrement">–</button>
- <span id="collate-option" hidden>
+ <span id="collate-option" class="hidden">
<input id="collate" name="collate" type="checkbox" />
<label for="collate" i18n-content="optionCollate"></label>
</span>

Powered by Google App Engine
This is Rietveld 408576698