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

Unified Diff: chrome/browser/resources/print_preview/settings/color_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/color_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/color_settings.html b/chrome/browser/resources/print_preview/settings/color_settings.html
index 63a3db24eee465a692ec6ec3b876d4ea8e21fc8f..fe5bd63b8331dd91c93eda1761c49dd35c3d1b08 100644
--- a/chrome/browser/resources/print_preview/settings/color_settings.html
+++ b/chrome/browser/resources/print_preview/settings/color_settings.html
@@ -2,7 +2,9 @@
class="color-settings two-column"
aria-live="polite"
hidden>
- <h1 id="color-label" i18n-content="optionColor"></h1>
+ <div class="left-column">
+ <h1 id="color-label" i18n-content="optionColor"></h1>
+ </div>
<div class="right-column">
<select class="color-settings-select" aria-labelledby="color-label">
<option i18n-content="optionBw" value="bw" selected></option>

Powered by Google App Engine
This is Rietveld 408576698