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

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

Issue 2837763002: MD WebUI: Update action/cancel button height to 36px (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 | « no previous file | 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 e00e494564e1d93d7fc0f13da0047785050a752f..0dcf7bd566c81255a21ea85be63ca70985a05c6f 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -35,6 +35,7 @@
.action-button,
.cancel-button {
font-weight: 500;
+ height: 36px;
Dan Beam 2017/04/24 19:08:42 what happens with different-sized fonts?
tsergeant 2017/04/24 23:00:37 This is the same style that MD Settings uses every
padding: 0 16px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698