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

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, 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/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..b0105b60e00ee07b25b5999f28e336c1c1a92f4c
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/provisional_destination_resolver.css
@@ -0,0 +1,29 @@
+
+.usb-permission-ok-button {
+}
+
+.usb-permission-cancel-button {
+}
+
+.usb-permission-prompt {
+ padding: 30px;
+ width: 340px;
+}
+
+.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;
+}
+

Powered by Google App Engine
This is Rietveld 408576698