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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_list_item.css

Issue 150943006: Show destination offline status in the print preview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
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-list-item { 5 .destination-list-item {
6 -webkit-padding-end: 2px; 6 -webkit-padding-end: 2px;
7 -webkit-padding-start: 18px; 7 -webkit-padding-start: 18px;
8 -webkit-transition: background-color 150ms; 8 -webkit-transition: background-color 150ms;
9 cursor: default; 9 cursor: default;
10 padding-bottom: 3px; 10 padding-bottom: 3px;
(...skipping 17 matching lines...) Expand all
28 width: 24px; 28 width: 24px;
29 } 29 }
30 30
31 .destination-list-item-name { 31 .destination-list-item-name {
32 vertical-align: middle; 32 vertical-align: middle;
33 } 33 }
34 34
35 .destination-list-item .offline-status { 35 .destination-list-item .offline-status {
36 -webkit-margin-start: 1em; 36 -webkit-margin-start: 1em;
37 font-size: 75%; 37 font-size: 75%;
38 opacity: 0.6;
Toscano 2014/02/12 22:10:29 Not sure I understand the removal of this line. Ca
Aleksey Shlyapnikov 2014/02/13 19:10:18 The entire item opacity is already set to 0.4 for
39 } 38 }
40 39
41 .register-promo { 40 .register-promo {
42 -webkit-margin-start: 1em; 41 -webkit-margin-start: 1em;
43 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698