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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.css

Issue 150943006: Show destination offline status in the print preview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/settings/destination_settings.css
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.css b/chrome/browser/resources/print_preview/settings/destination_settings.css
index 24e7ee9a5a9c515c8cff7a79f3a510afa5b3ad46..33c07063dc37f9ea86246f525b6d626b2e5a2cec 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.css
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.css
@@ -20,6 +20,10 @@
margin-bottom: 10px;
}
+.destination-settings-box.stale {
+ opacity: 0.4;
+}
+
#destination-settings .destination-settings-change-button {
margin-bottom: 10px;
}
@@ -76,3 +80,8 @@
overflow: hidden;
text-overflow: ellipsis;
}
+
+.destination-settings-offline-status {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}

Powered by Google App Engine
This is Rietveld 408576698