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

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

Issue 2760753002: [CUPS] Implement the local CUPS printer setup waiting UI. (Closed)
Patch Set: Address dpapad@'s comments. Fix failed test. Created 3 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 8f358a55d9dcad483fe5c7e21df238ecfc751940..02f1cf4f7784f34a5feba7cdd386c50bc1316125 100644
--- a/chrome/browser/resources/print_preview/search/destination_list_item.css
+++ b/chrome/browser/resources/print_preview/search/destination_list_item.css
@@ -98,3 +98,16 @@
margin: 0 3px;
width: 24px;
}
+
+.configuring-in-progress-text,
+.configuring-failed-text {
+ -webkit-margin-start: 1em;
+ flex: 0 1 auto;
+ line-height: 24px;
+ vertical-align: middle;
+}
+
+.configuring-failed-text {
+ color: red;
+ font-style: italic;
+}

Powered by Google App Engine
This is Rietveld 408576698