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

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: Merge 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 29 matching lines...) Expand all
40 text-overflow: ellipsis; 40 text-overflow: ellipsis;
41 vertical-align: middle; 41 vertical-align: middle;
42 white-space: nowrap; 42 white-space: nowrap;
43 } 43 }
44 44
45 .destination-list-item .offline-status { 45 .destination-list-item .offline-status {
46 -webkit-margin-start: 1em; 46 -webkit-margin-start: 1em;
47 flex: 0 0 auto; 47 flex: 0 0 auto;
48 font-size: 75%; 48 font-size: 75%;
49 line-height: 24px; 49 line-height: 24px;
50 opacity: 0.6;
51 vertical-align: middle; 50 vertical-align: middle;
52 } 51 }
53 52
54 .register-promo { 53 .register-promo {
55 -webkit-margin-start: 1em; 54 -webkit-margin-start: 1em;
56 flex: 0 0 auto; 55 flex: 0 0 auto;
57 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698