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

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

Issue 2882513002: [Merge to M59] MD WebUI: Fix Action/Cancel button padding in MD History/Bookmarks (Closed)
Patch Set: Created 3 years, 7 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..0b7404056736a016a1a8ae6b5e57b98639b0baff 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,8 @@
.action-button,
.cancel-button {
font-weight: 500;
+ padding-left: 16px;
+ padding-right: 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