| 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>
|
|
|