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

Unified Diff: ui/webui/resources/cr_elements/cr_button/cr_button.css

Issue 939533002: Add a cr-button element, a thin wrapper around paper-button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with suspected fixes for bots Created 5 years, 10 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/ui/webui/md_settings_ui.cc ('k') | ui/webui/resources/cr_elements/cr_button/cr_button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_button/cr_button.css
diff --git a/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css b/ui/webui/resources/cr_elements/cr_button/cr_button.css
similarity index 88%
copy from ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
copy to ui/webui/resources/cr_elements/cr_button/cr_button.css
index 204e397c466ba411b87b0a6b69a838c653041545..e20fe49bf8a62ad7aa761cae208d8cd7ec142d1f 100644
--- a/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
+++ b/ui/webui/resources/cr_elements/cr_button/cr_button.css
@@ -4,4 +4,5 @@
:host {
display: inline-block;
+ vertical-align: middle;
}
« no previous file with comments | « chrome/browser/ui/webui/md_settings_ui.cc ('k') | ui/webui/resources/cr_elements/cr_button/cr_button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698