summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/checkbox/checkbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/checkbox/checkbox.css')
-rw-r--r--chromium/chrome/browser/resources/settings/checkbox/checkbox.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/chromium/chrome/browser/resources/settings/checkbox/checkbox.css b/chromium/chrome/browser/resources/settings/checkbox/checkbox.css
index 0acbdbd9744..ad35bc55961 100644
--- a/chromium/chrome/browser/resources/settings/checkbox/checkbox.css
+++ b/chromium/chrome/browser/resources/settings/checkbox/checkbox.css
@@ -2,18 +2,20 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+:host {
+ display: block;
+ margin-bottom: 10px;
+ margin-top: 10px;
+}
+
#checkbox {
-webkit-margin-end: 10px;
}
-core-label {
+.main-label {
-webkit-margin-end: 10px;
- -webkit-margin-start: 0;
- margin-bottom: 10px;
- margin-top: 10px;
}
.sub-label {
- -webkit-margin-start: 10px;
color: rgba(0, 0, 0, .5);
}