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

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

Issue 1124323004: Update some more webui progress indicators to new throbber: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: can't get rid of .grd entry yet Created 5 years, 7 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 .left-column { 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 margin-top: 6px;
12 margin-bottom: 4px;
13 margin-top: 8px;
14 } 12 }
15 13
16 #destination-settings .destination-settings-box { 14 #destination-settings .destination-settings-box {
17 -webkit-box-align: center; 15 -webkit-box-align: center;
18 display: -webkit-box; 16 display: -webkit-box;
19 min-height: 28px; 17 min-height: 28px;
20 } 18 }
21 19
22 .destination-settings-box.stale { 20 .destination-settings-box.stale {
23 opacity: 0.4; 21 opacity: 0.4;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 white-space: nowrap; 76 white-space: nowrap;
79 } 77 }
80 78
81 .destination-settings-name { 79 .destination-settings-name {
82 font-size: 110%; 80 font-size: 110%;
83 } 81 }
84 82
85 .destination-settings-location { 83 .destination-settings-location {
86 opacity: 0.4; 84 opacity: 0.4;
87 } 85 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/clear_browser_data_overlay.css ('k') | ui/webui/resources/css/spinner.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698