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

Unified Diff: chrome/browser/resources/print_preview/no_destinations_promo.css

Issue 11194020: Creates GCP promo for ChromeOS users with no cloud printers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with trunk. Created 8 years, 2 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/no_destinations_promo.css
diff --git a/chrome/browser/resources/print_preview/no_destinations_promo.css b/chrome/browser/resources/print_preview/no_destinations_promo.css
new file mode 100644
index 0000000000000000000000000000000000000000..fb9305cb1c66f3f5df0a79bdd305abd7ca00d2c8
--- /dev/null
+++ b/chrome/browser/resources/print_preview/no_destinations_promo.css
@@ -0,0 +1,55 @@
+/* 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. */
+
+#no-destinations-promo {
+ -webkit-user-select: none;
+ z-index: 2;
+}
+
+#no-destinations-promo .page {
+ padding: 20px;
+ width: 640px;
+}
+
+#no-destinations-promo .dialog-title {
+ font-size: 16pt;
+ margin-bottom: 18px;
+}
+
+#no-destinations-promo p {
+ margin-bottom: 14px;
+}
+
+#no-destinations-promo .gcp-logo {
+ -webkit-margin-end: 12px;
+ float: left;
+}
+
+[dir='rtl'] #no-destinations-promo .gcp-logo {
+ float: right;
+}
+
+#no-destinations-promo .text-content {
+ -webkit-box-flex: 1;
+ font-size: 10pt;
+ margin-bottom: 18px;
+}
+
+#no-destinations-promo .close-button {
+ background-image: url(chrome://resources/images/x.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 16px;
+ right: 14px;
+ top: 14px;
+ width: 16px;
+}
+
+#no-destinations-promo .close-button:hover {
+ background-image: url(chrome://resources/images/x-hover.png);
+}
+
+#no-destinations-promo .action-button-container {
+ text-align: right;
+}
« no previous file with comments | « chrome/browser/resources/print_preview/metrics.js ('k') | chrome/browser/resources/print_preview/no_destinations_promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698