Chromium Code Reviews| Index: chrome/browser/resources/print_preview/search/destination_list.css |
| diff --git a/chrome/browser/resources/print_preview/search/destination_list.css b/chrome/browser/resources/print_preview/search/destination_list.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..05d496611304c65d1ca9bae27a21468a323aa9af |
| --- /dev/null |
| +++ b/chrome/browser/resources/print_preview/search/destination_list.css |
| @@ -0,0 +1,34 @@ |
| +/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. |
| + */ |
| + |
| +.destination-list-header { |
|
Dan Beam
2012/05/29 21:25:50
why not .destination-list header?
Robert Toscano
2012/05/29 22:17:36
Then I would have to decorate my element like
<
Dan Beam
2012/05/29 22:30:18
.destination-list header
would correspond to:
Robert Toscano
2012/05/30 21:08:00
But wouldn't you have the same problem? You might
Dan Beam
2012/05/31 00:17:58
This isn't realistic and the answer to fix the oth
|
| + -webkit-padding-start: 0; |
| + background-color: transparent; |
| +} |
| + |
| +.destination-list-title { |
| + -webkit-padding-end: 8px; |
| + display: inline; |
| +} |
| + |
| +.destination-list-destination-list-item-container { |
|
Dan Beam
2012/05/29 21:25:50
is this a copy pasta error?
Robert Toscano
2012/05/29 22:17:36
Nope, but I guess I could rename to .destination-l
|
| + -webkit-padding-start: 0; |
| + list-style-type: none; |
| + margin-bottom: 0; |
| +} |
| + |
| +.destination-list-no-destinations-message { |
|
Dan Beam
2012/05/29 21:25:50
I think just .no-destinations-message should be un
Robert Toscano
2012/05/29 22:17:36
See css-paranoia
|
| + -webkit-padding-start: 18px; |
| + color: #999; |
| +} |
| + |
| +.destination-list-footer { |
| + -webkit-padding-start: 18px; |
| + padding-top: 8px; |
| +} |
| + |
| +.destination-list-total { |
| + color: #999; |
| +} |