Chromium Code Reviews| 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> |