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

Unified Diff: chrome/browser/resources/print_preview/layout_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/layout_settings.html
diff --git a/chrome/browser/resources/print_preview/layout_settings.html b/chrome/browser/resources/print_preview/layout_settings.html
index eb44b40b6207624d304be79d2dfdcdd1e6f336b7..78b4b9a76a256d9744dee40533634293a73d257c 100644
--- a/chrome/browser/resources/print_preview/layout_settings.html
+++ b/chrome/browser/resources/print_preview/layout_settings.html
@@ -1,12 +1,12 @@
-<div id="layout-option" class="two-column option visible">
+<div id="layout-option" class="two-column visible">
<h1 i18n-content="layoutLabel"></h1>
- <div>
+ <div class="right-column">
<div>
- <input id="portrait" type="radio" name="layout" checked/>
+ <input id="portrait" type="radio" name="layout" checked>
<label for="portrait" i18n-content="optionPortrait"></label>
</div>
<div>
- <input id="landscape" type="radio" name="layout"/>
+ <input id="landscape" type="radio" name="layout">
<label for="landscape" i18n-content="optionLandscape"></label>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698