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

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

Issue 565213005: Make Print Preview elements transitions smoother. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/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 91becd3c1ca5a6f108df96e759f97497b98bc8cb..4e5a4f83fd07444cbc87ddfac9da7187056e72a7 100644
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
@@ -1,6 +1,8 @@
<div id="other-options-settings"
class="other-options-settings two-column" hidden>
- <h1 i18n-content="optionsLabel"></h1>
+ <div class="left-column">
+ <h1 i18n-content="optionsLabel"></h1>
+ </div>
<div class="right-column checkbox">
<div class="header-footer-container checkbox">
<label aria-live="polite">

Powered by Google App Engine
This is Rietveld 408576698