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

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

Issue 477133004: Printe Preview: add 'More/less options' button and make non-essential sections collapsible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Print Preview UI tests adjusted. Created 6 years, 4 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/settings/more_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/more_settings.html b/chrome/browser/resources/print_preview/settings/more_settings.html
new file mode 100644
index 0000000000000000000000000000000000000000..02923c45ca99d031ffaff6f3f74cccd5afa4138b
--- /dev/null
+++ b/chrome/browser/resources/print_preview/settings/more_settings.html
@@ -0,0 +1,4 @@
+<div id="more-settings" class="more-settings" hidden>
+ <div class="more-settings-icon more-settings-icon-plus"></div>
+ <button class="link-button more-settings-label"></button>
+</div>

Powered by Google App Engine
This is Rietveld 408576698