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

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

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating unittests Created 9 years, 2 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/color_settings.html
diff --git a/chrome/browser/resources/print_preview/color_settings.html b/chrome/browser/resources/print_preview/color_settings.html
index febfdd23dd737f23bafdce092e23364fa3a29b18..6f2284f125398859ecc541b5ba912642c167cfeb 100644
--- a/chrome/browser/resources/print_preview/color_settings.html
+++ b/chrome/browser/resources/print_preview/color_settings.html
@@ -1,13 +1,13 @@
-<div id="color-option" class="two-column option" aria-hidden="true"
+<div id="color-option" class="two-column visible" aria-hidden="true"
aria-live="polite">
<h1 i18n-content="optionColor"></h1>
- <div>
+ <div class="right-column">
<div>
- <input id="color" type="radio" name="color"/>
+ <input id="color" type="radio" name="color">
<label for="color" i18n-content="optionColor"></label>
</div>
<div>
- <input id="bw" type="radio" name="color" checked/>
+ <input id="bw" type="radio" name="color" checked>
<label for="bw" i18n-content="optionBw"></label>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/print_preview/color_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698