Index: chrome/browser/resources/options/browser_options.css |
diff --git a/chrome/browser/resources/options/browser_options.css b/chrome/browser/resources/options/browser_options.css |
index 13ad987c9a01ab53142ed7396aafc6917f31a432..edbd62f0faca774771fdb9777b1f6e5ef2ae5e11 100644 |
--- a/chrome/browser/resources/options/browser_options.css |
+++ b/chrome/browser/resources/options/browser_options.css |
@@ -402,3 +402,20 @@ list:not([disabled]) > .network-group[selected] { |
/* Same as .settings-row {margin}. */ |
-webkit-border-vertical-spacing: 0.65em; |
} |
+ |
+#accessibility-autoclick { |
+ overflow: hidden; |
+ /* Same as controlled-setting-with-label. */ |
+ padding-bottom: 7px; |
+ padding-top: 7px; |
+} |
+ |
+#accessibility-autoclick .checkbox { |
+ float: left; |
xiyuan
2013/10/15 15:52:33
Is there a way to not use "float"? If you have to
Tim Song
2013/10/15 22:23:31
Done. I never considered the RTL case, thanks!
Ot
xiyuan
2013/10/15 23:59:37
I put a CL https://codereview.chromium.org/2623800
Tim Song
2013/10/16 19:41:46
Ah, I wasn't too familiar with -webkit-box, -webki
|
+} |
+ |
+#accessibility-autoclick-subrow { |
+ /* Same as controlled-setting-with-label > input + span. */ |
+ -webkit-margin-start: 0.6em; |
+ float: left; |
xiyuan
2013/10/15 15:52:33
same here.
Tim Song
2013/10/15 22:23:31
Done.
|
+} |