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

Unified Diff: chrome/browser/resources/options/browser_options.css

Issue 27196006: Add autoclick to settings page under the accessibility section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add flag to chrome://flags Created 7 years, 2 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
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.
+}

Powered by Google App Engine
This is Rietveld 408576698