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

Unified Diff: chrome/browser/resources/print_preview/margin_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/margin_settings.html
diff --git a/chrome/browser/resources/print_preview/margin_settings.html b/chrome/browser/resources/print_preview/margin_settings.html
index afd92d29ab2b4b4fb63889544c2473eb8d8ecc11..a5c44bf1b7d12c429af7156d2179a56daf1d9efa 100644
--- a/chrome/browser/resources/print_preview/margin_settings.html
+++ b/chrome/browser/resources/print_preview/margin_settings.html
@@ -1,8 +1,10 @@
-<div id="margins-option" class="two-column option visible">
+<div id="margins-option" class="two-column visible">
<h1 i18n-content="marginsLabel"></h1>
- <select id="margin-list">
- <option i18n-content="defaultMargins" value="0" selected></option>
- <option i18n-content="noMargins" value="1"></option>
- <option i18n-content="customMargins" value="2"></option>
- </select>
+ <div class="right-column">
+ <select id="margin-list">
+ <option i18n-content="defaultMargins" value="0" selected></option>
+ <option i18n-content="noMargins" value="1"></option>
+ <option i18n-content="customMargins" value="2"></option>
+ </select>
+ </div>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/layout_settings.js ('k') | chrome/browser/resources/print_preview/margin_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698