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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.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/settings/destination_settings.css
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.css b/chrome/browser/resources/print_preview/settings/destination_settings.css
new file mode 100644
index 0000000000000000000000000000000000000000..802543b383512e5c51fd14ff5a065eed07b17209
--- /dev/null
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.css
@@ -0,0 +1,35 @@
+/* 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-settings-icon {
+ width: 32px;
+ height: 32px;
+ display: inline-block;
+ vertical-align: middle;
+ margin-right: 8px;
+ opacity: .4;
+}
+
+.destination-settings-icon-local {
+ background-image: url(images/classic_printer_32.png);
+}
+
+.destination-settings-icon-cloud {
+ background-image: url(images/cloud_printer_32.png);
+}
+
+.destination-settings-icon-google-sponsored {
+ background-image: url(images/google_sponsored_printer_32.png);
+}
+
+.destination-settings-info {
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.destination-settings-name {
+ font-size: 110%;
+ margin-bottom: 4px;
+}

Powered by Google App Engine
This is Rietveld 408576698