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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_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/destination_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.html b/chrome/browser/resources/print_preview/settings/destination_settings.html
index dbc24acca8dc7e7b9460bc7a1196f0e62610ab51..c946e421a6cf570e38a2a01bb823f8d37a244ea3 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.html
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.html
@@ -1,5 +1,7 @@
<div id="destination-settings" class="two-column visible">
- <h1 i18n-content="destinationLabel"></h1>
+ <div class="left-column">
+ <h1 i18n-content="destinationLabel"></h1>
+ </div>
<div class="right-column">
<div class="throbber-container">
<div class="throbber"></div>

Powered by Google App Engine
This is Rietveld 408576698