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..eb3b156e19b16a22b9faf4caebe800e5659fcfae |
--- /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 { |
+ -webkit-padding-start: 0; |
+ background-color: transparent; |
+} |
+ |
+.destination-list-title { |
+ -webkit-padding-end: 8px; |
+ display: inline; |
+} |
+ |
+.destination-list-destination-list-item-container { |
+ list-style-type: none; |
+ -webkit-padding-start: 0px; |
+ margin-bottom: 0; |
+} |
+ |
+.destination-list-no-destinations-message { |
+ color: #999; |
+ -webkit-padding-start: 18px; |
+} |
+ |
+.destination-list-footer { |
+ -webkit-padding-start: 18px; |
+ padding-top: 8px; |
+} |
+ |
+.destination-list-total { |
+ color: #999; |
+} |