Chromium Code Reviews| Index: chrome/browser/resources/print_preview/settings/other_options_settings.html |
| diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html |
| index 4e5a4f83fd07444cbc87ddfac9da7187056e72a7..36f4a608b49dcb0566a88347a74f8c20de2058e1 100644 |
| --- a/chrome/browser/resources/print_preview/settings/other_options_settings.html |
| +++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html |
| @@ -4,35 +4,37 @@ |
| <h1 i18n-content="optionsLabel"></h1> |
| </div> |
| <div class="right-column checkbox"> |
| - <div class="header-footer-container checkbox"> |
| - <label aria-live="polite"> |
| - <input class="header-footer-checkbox" type="checkbox"> |
| - <span i18n-content="optionHeaderFooter"></span> |
| - </label> |
| - </div> |
| - <div class="fit-to-page-container checkbox"> |
| - <label aria-live="polite"> |
| - <input class="fit-to-page-checkbox" type="checkbox"> |
| - <span i18n-content="optionFitToPage"></span> |
| - </label> |
| - </div> |
| - <div class="duplex-container checkbox"> |
| - <label aria-live="polite"> |
| - <input class="duplex-checkbox" type="checkbox"> |
| - <span i18n-content="optionTwoSided"></span> |
| - </label> |
| - </div> |
| - <div class="css-background-container checkbox"> |
| - <label aria-live="polite"> |
| - <input class="css-background-checkbox" type="checkbox"> |
| - <span i18n-content="optionBackgroundColorsAndImages"></span> |
| - </label> |
| - </div> |
| - <div class="selection-only-container checkbox"> |
| - <label aria-live="polite"> |
| - <input class="selection-only-checkbox" type="checkbox"> |
| - <span i18n-content="optionSelectionOnly"></span> |
| - </label> |
| + <div id="other-options-collapsible" class="collapsible"> |
|
hcarmona
2014/10/29 22:24:46
Creating this DIV and giving it an ID makes it eas
|
| + <div class="header-footer-container checkbox"> |
| + <label aria-live="polite"> |
| + <input class="header-footer-checkbox" type="checkbox"> |
| + <span i18n-content="optionHeaderFooter"></span> |
| + </label> |
| + </div> |
| + <div class="fit-to-page-container checkbox"> |
| + <label aria-live="polite"> |
| + <input class="fit-to-page-checkbox" type="checkbox"> |
| + <span i18n-content="optionFitToPage"></span> |
| + </label> |
| + </div> |
| + <div class="duplex-container checkbox"> |
| + <label aria-live="polite"> |
| + <input class="duplex-checkbox" type="checkbox"> |
| + <span i18n-content="optionTwoSided"></span> |
| + </label> |
| + </div> |
| + <div class="css-background-container checkbox"> |
| + <label aria-live="polite"> |
| + <input class="css-background-checkbox" type="checkbox"> |
| + <span i18n-content="optionBackgroundColorsAndImages"></span> |
| + </label> |
| + </div> |
| + <div class="selection-only-container checkbox"> |
| + <label aria-live="polite"> |
| + <input class="selection-only-checkbox" type="checkbox"> |
| + <span i18n-content="optionSelectionOnly"></span> |
| + </label> |
| + </div> |
| </div> |
| </div> |
| </div> |