Index: chrome/browser/resources/settings/checkbox/checkbox.css |
diff --git a/chrome/browser/resources/settings/checkbox/checkbox.css b/chrome/browser/resources/settings/checkbox/checkbox.css |
index ad35bc55961db1a8f952c62364dc09bd42b8328a..43cb3f203951caffd11058e006216f82b18091b1 100644 |
--- a/chrome/browser/resources/settings/checkbox/checkbox.css |
+++ b/chrome/browser/resources/settings/checkbox/checkbox.css |
@@ -8,14 +8,18 @@ |
margin-top: 10px; |
} |
-#checkbox { |
+#outerDiv { |
-webkit-margin-end: 10px; |
} |
-.main-label { |
+#mainLabel { |
-webkit-margin-end: 10px; |
} |
-.sub-label { |
+#subLabel { |
color: rgba(0, 0, 0, .5); |
} |
+ |
+cr-policy-indicator { |
+ padding-bottom: 5px; |
+} |