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

Side by Side Diff: chrome/browser/resources/print_preview/settings/destination_settings.css

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 unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #destination-settings h1 { 5 #destination-settings .left-column {
6 padding-top: 20px; 6 padding-top: 20px;
7 vertical-align: top; 7 vertical-align: top;
8 } 8 }
9 9
10 #destination-settings .throbber { 10 #destination-settings .throbber {
11 display: block; 11 display: block;
12 margin-bottom: 4px; 12 margin-bottom: 4px;
13 margin-top: 8px; 13 margin-top: 8px;
14 } 14 }
15 15
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 .destination-settings-location { 77 .destination-settings-location {
78 opacity: 0.4; 78 opacity: 0.4;
79 overflow: hidden; 79 overflow: hidden;
80 text-overflow: ellipsis; 80 text-overflow: ellipsis;
81 } 81 }
82 82
83 .destination-settings-offline-status { 83 .destination-settings-offline-status {
84 overflow: hidden; 84 overflow: hidden;
85 text-overflow: ellipsis; 85 text-overflow: ellipsis;
86 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698