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

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: Use padding-left/right in this CL 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 f4157f6f45c488b6193a365846d525913dacbe3d..0fa227059cbe7286b30c05a557b6f25d0a3433ec 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -36,7 +36,8 @@
.action-button,
.cancel-button {
font-weight: 500;
- padding: 0 16px;
+ padding-left: 16px;
+ padding-right: 16px;
}
[actionable] {
« 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