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

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

Issue 539383003: Fix some more for= usage. (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
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 960aa5f3d53a49238a42717b28205f2dbdea39f5..39e34caac63bb807ea37d86a8b05fc5b0262c03c 100644
--- a/chrome/browser/resources/options/browser_options.css
+++ b/chrome/browser/resources/options/browser_options.css
@@ -447,7 +447,8 @@ list:not([disabled]) > .network-group[selected] {
-webkit-box-align: baseline;
}
-#accessibility-autoclick label + select {
+#accessibility-autoclick-dropdown,
+#accessibility-autoclick-label {
/* Same as .controlled-setting-with-label > input + span. */
-webkit-margin-start: 0.6em;
}
@@ -470,3 +471,9 @@ footer {
-webkit-margin-start: auto;
color: #999;
}
+
+/* An input that has no function except to take up the same amount of space as
+ * a checkbox. */
+.spacer-checkbox {
+ visibility: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698