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

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

Issue 259873002: Calculate an expected number of visible destinations more accurately to prevent extra (and unnecess… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/destination_list.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 > header { 5 .destination-list > header {
6 -webkit-padding-start: 0; 6 -webkit-padding-start: 0;
7 background-color: transparent; 7 background-color: transparent;
8 padding-bottom: 8px; 8 padding-bottom: 8px;
9 } 9 }
10 10
11 .destination-list .title { 11 .destination-list .title {
12 -webkit-padding-end: 8px; 12 -webkit-padding-end: 8px;
13 -webkit-padding-start: 4px; 13 -webkit-padding-start: 4px;
14 display: inline; 14 display: inline;
15 vertical-align: middle; 15 vertical-align: middle;
16 } 16 }
17 17
18 .destination-list .action-link { 18 .destination-list .action-link {
19 vertical-align: middle; 19 vertical-align: middle;
20 } 20 }
21 21
22 .destination-list > ul { 22 .destination-list > ul {
23 list-style-type: none; 23 list-style-type: none;
24 margin: 0; 24 margin: 0;
25 padding: 0; 25 padding: 0;
26 } 26 }
27 27
28 .destination-list .throbber-container { 28 .destination-list .throbber-container {
29 -webkit-box-align: center; 29 display: inline;
30 display: -webkit-box; 30 padding: 0 16px 0 8px;
31 height: 30px; 31 position: relative;
32 padding: 0 22px; 32 }
33
34 .destination-list .throbber {
35 position: absolute;
36 top: -1px;
33 } 37 }
34 38
35 .destination-list .no-destinations-message { 39 .destination-list .no-destinations-message {
36 -webkit-padding-start: 18px; 40 -webkit-padding-start: 18px;
37 color: #999; 41 color: #999;
38 padding-bottom: 8px; 42 padding-bottom: 8px;
39 padding-top: 8px; 43 padding-top: 8px;
40 } 44 }
41 45
42 .destination-list > footer { 46 .destination-list > footer {
43 -webkit-padding-start: 18px; 47 -webkit-padding-start: 18px;
44 padding-top: 6px; 48 padding-top: 6px;
45 } 49 }
46 50
47 .destination-list .total { 51 .destination-list .total {
48 color: #999; 52 color: #999;
49 } 53 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/destination_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698