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

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

Issue 2831963004: md-settings: Tweak padding for action/cancel buttons and subpage header. (Closed)
Patch Set: Created 3 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 | « chrome/browser/resources/settings/settings_page/settings_subpage.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index 6118fb249aa4cb1564622176d53e67e24fde63f5..e00e494564e1d93d7fc0f13da0047785050a752f 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -23,7 +23,7 @@
}
.action-button[disabled] {
- opacity: .25; /* TODO(dbeam): check this value with bettes. */
+ opacity: .2;
}
.cancel-button {
@@ -35,6 +35,7 @@
.action-button,
.cancel-button {
font-weight: 500;
+ padding: 0 16px;
}
[actionable] {
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_subpage.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698