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

Unified Diff: ui/file_manager/file_manager/foreground/css/cws_widget_container.css

Issue 1094553002: Revert "Speculative revert by sheriff" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « ui/compositor/layer.cc ('k') | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/cws_widget_container.css
diff --git a/ui/file_manager/file_manager/foreground/css/cws_widget_container.css b/ui/file_manager/file_manager/foreground/css/cws_widget_container.css
index 37e16eb245e2dcf932b40106bb13564333573fa4..8e4c581299ec3580bbfe4a2c50b363b78a4cf36c 100644
--- a/ui/file_manager/file_manager/foreground/css/cws_widget_container.css
+++ b/ui/file_manager/file_manager/foreground/css/cws_widget_container.css
@@ -63,3 +63,20 @@
flex: 1;
line-height: 16px;
}
+
+.cr-dialog-frame.cws-widget-error-dialog-frame {
+ width: 300px;
+}
+
+.cws-widget-error-dialog-frame .cws-widget-error-dialog-img {
+ background-image: -webkit-image-set(
+ url(chrome://theme/IDR_ERROR_NETWORK_GENERIC) 1x,
+ url(chrome://theme/IDR_ERROR_NETWORK_GENERIC@2x) 2x);
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 40px;
+}
+
+.cws-widget-error-dialog-text {
+ text-align: center;
+}
« no previous file with comments | « ui/compositor/layer.cc ('k') | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698