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

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

Issue 1144983002: Introduce concept of provisional destinations to print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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/provisional_destination_resolver.css
diff --git a/chrome/browser/resources/print_preview/search/provisional_destination_resolver.css b/chrome/browser/resources/print_preview/search/provisional_destination_resolver.css
new file mode 100644
index 0000000000000000000000000000000000000000..4d487aa2f7edcc060bff3e96634385ba9eb890e4
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/provisional_destination_resolver.css
@@ -0,0 +1,40 @@
+/* Copyright 2015 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. */
+
+.usb-permission-page .throbber-placeholder {
+ height: 16px;
+ margin: 4px;
+ width: 16px;
+}
+
+.usb-permission-message {
+ margin: 0;
+ padding-bottom: 35px;
+}
+
+.usb-permission-prompt {
+ padding: 35px 20px;
+ width: 360px;
+}
+
+.usb-permission-extension-desc {
+ display: flex;
+}
+
+.usb-permission-extension-icon {
+ background-position: center;
+ background-repeat: none;
+ height: 24px;
+ width: 24px;
+}
+
+.usb-permission-extension-name {
+ flex: 1;
+ line-height: 24px;
+ overflow-wrap: break-word;
+}
+
+.usb-permission-page > .action-area {
+ margin: 0 3px 10px;
+}

Powered by Google App Engine
This is Rietveld 408576698