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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list.css

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Set --bary flag Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
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..0490ff9ba0731ca236408d2dd877e10ca92960d7
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/destination_list.css
@@ -0,0 +1,33 @@
+/* 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 {
+ -webkit-padding-start: 0;
+ list-style-type: none;
+ margin-bottom: 0;
+}
+
+.destination-list-no-destinations-message {
+ -webkit-padding-start: 18px;
+ color: #999;
+}
+
+.destination-list-footer {
+ -webkit-padding-start: 18px;
+ padding-top: 8px;
+}
+
+.destination-list-total {
+ color: #999;
+}

Powered by Google App Engine
This is Rietveld 408576698