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

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

Issue 6979024: Print Preview: Fading in/out printing options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing layout mode fading. 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..9ca56f1f6cf422d1771b24db58e2d0a55ed8a3f1 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -72,7 +72,7 @@
</div>
</div>
<hr>
- <div class="two-column">
+ <div id="landscape-option" class="two-column option visible">
<h1 i18n-content="layoutLabel"></h1>
<div>
<div>
@@ -90,7 +90,7 @@
</div>
</div>
<hr>
- <div id="color-options" class="two-column hidden">
+ <div id="color-options" class="two-column option">
<h1 i18n-content="optionColor"></h1>
<div>
<div>

Powered by Google App Engine
This is Rietveld 408576698