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

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: Refactoring css class displaytable, removing class displaytablerow 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..65f5bb7442897e2299d368fdd25bc90ab709845b 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -27,25 +27,18 @@
<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>
James Hawkins 2011/10/25 01:13:32 Newline after the <div> for readability.
dpapad 2011/10/25 15:36:12 Done.
</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