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

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

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed css class no-padding. 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/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index fd1f882b42ea99909f2845d8c8e6c3219014d34d..d2a60196900714bb145ace0f1b2f5422580cf76c 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -27,25 +27,20 @@
<button id="cancel-button" i18n-content="cancelButton"></button>
</div>
</header>
- <div id="main">
- <div id="destination-option" class="two-column">
+ <div id="main" class="displaytable">
+ <div id="destination-option" class="two-column visible">
<h1 i18n-content="destinationLabel"></h1>
- <select id="printer-list"></select>
+ <div class="right-column">
+ <select id="printer-list"></select>
+ </div>
</div>
- <hr>
<include src="page_settings.html"></include>
- <hr id="hr-before-copies" class="invisible">
<include src="copies_settings.html"></include>
- <hr>
<include src="layout_settings.html"></include>
- <hr>
<include src="color_settings.html"></include>
- <hr>
<include src="margin_settings.html"></include>
- <hr>
<include src="header_footer_settings.html"></include>
- <hr>
- <div id="system-dialog-div">
+ <div>
<if expr="pp_ifdef('chromeos')">
<button id="system-dialog-link" class="link-button"
i18n-content="cloudPrintDialogOption"></button>

Powered by Google App Engine
This is Rietveld 408576698