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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 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..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;
+}

Powered by Google App Engine
This is Rietveld 408576698