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

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

Issue 979303002: Update UI for extension destinations in print preview destination list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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_item.css
diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.css b/chrome/browser/resources/print_preview/search/destination_list_item.css
index 22663fd0b99128be71232758b37b0908e29d26aa..3501f28cf02275dcc7c39b8cb795b397aee90dd2 100644
--- a/chrome/browser/resources/print_preview/search/destination_list_item.css
+++ b/chrome/browser/resources/print_preview/search/destination_list_item.css
@@ -72,3 +72,29 @@
.destination-list-item-query-highlight {
background-color: rgba(255, 240, 120, 0.9);
}
+
+.extension-controlled-indicator {
+ display: flex;
+ flex: 1;
+ justify-content: flex-end;
+ min-width: 150px;
+}
+
+.extension-name {
+ -webkit-margin-start: 1em;
+ color: #999;
+ line-height: 24px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.extension-icon {
+ background-position: center;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ flex: 0 0 auto;
+ height: 24px;
+ margin: 0 3px;
+ width: 24px;
+}

Powered by Google App Engine
This is Rietveld 408576698