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

Unified Diff: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html

Issue 2656563006: MD Settings: Fix several global UI polish bugs. (Closed)
Patch Set: use % instead of px to prevent english text orphan Created 3 years, 11 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: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
index 23bf68a6746d42dbb164edcca7747830e771f384..6b2b6b60a003c9186e055ffd01a84df676b74ac1 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -10,6 +10,8 @@
border: 0;
border-radius: 2px;
bottom: 0;
+ box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12),
+ 0px 16px 16px rgba(0, 0, 0, 0.24);
Dan Beam 2017/01/31 03:02:24 i highly suspect we're copying this from somewhere
color: inherit;
padding: 0;
top: 0;

Powered by Google App Engine
This is Rietveld 408576698