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

Unified Diff: ui/webui/resources/css/widgets.css

Issue 546573003: WebUI: Change checkbox vertical offset for Chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/css/widgets.css
diff --git a/ui/webui/resources/css/widgets.css b/ui/webui/resources/css/widgets.css
index 3707d7d13fb8af32589b0b23fe26dc1b6f9c4592..4fc36d608c49cca721696a82071c321f2e92583f 100644
--- a/ui/webui/resources/css/widgets.css
+++ b/ui/webui/resources/css/widgets.css
@@ -65,7 +65,12 @@ html[dir='rtl'] select {
}
input[type='checkbox'] {
+<if expr="chromeos">
+ bottom: 1px;
+</if>
+< expr="not chromeos">
Dan Beam 2014/09/05 17:42:33 you're missing an if here... sorry, reviewer fail
bottom: 2px;
+</if>
height: 13px;
position: relative;
vertical-align: middle;
« 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