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

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

Issue 536703002: Get rid of some <label for> misuse in browser_options.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix related css 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: ui/webui/resources/css/widgets.css
diff --git a/ui/webui/resources/css/widgets.css b/ui/webui/resources/css/widgets.css
index 5d1c08c4ebe57d6306f929563765f5f91711a1c2..3707d7d13fb8af32589b0b23fe26dc1b6f9c4592 100644
--- a/ui/webui/resources/css/widgets.css
+++ b/ui/webui/resources/css/widgets.css
@@ -256,7 +256,7 @@ input:disabled:-webkit-any([type='password'],
* Resolve this by using 'inherit'. */
font: inherit;
margin: 0;
- padding: 0 4px;
+ padding: 0;
}
.link-button:hover {
@@ -295,7 +295,9 @@ input:disabled:-webkit-any([type='password'],
}
:-webkit-any(.checkbox, .radio) label input ~ span {
+ -webkit-margin-end: 0.3em;
-webkit-margin-start: 0.6em;
+ -webkit-user-select: none;
/* Make sure long spans wrap at the same horizontal position they start. */
display: block;
}

Powered by Google App Engine
This is Rietveld 408576698