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

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 braces style 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') | chrome/browser/resources/print_preview.js » ('j') | 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 ec4c2927555431b91d2afe61641afaf18981b821..a6c604b10f38cd7321f63ab85f4f39fede0359e5 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -48,8 +48,8 @@
i18n-content="pageRangeInstruction"></span>
</div>
</div>
- <hr class="invisible">
- <div class="two-column">
+ <hr id="hr-before-copies" class="invisible">
+ <div id="copies-option" class="two-column option visible">
<h1 i18n-content="copiesLabel"></h1>
<div>
<div>
@@ -70,9 +70,8 @@
</div>
</div>
</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 +89,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>
« no previous file with comments | « chrome/browser/resources/print_preview.css ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698