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..b28d8cb336d4af81f0a37c39eed848daa8f42959 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 { |
Dan Beam
2015/08/28 00:20:22
idsLikeThis or ids-like-this?
stevenjb
2015/08/28 23:18:07
Done.
|
-webkit-margin-end: 10px; |
} |
-.main-label { |
+#main-label { |
-webkit-margin-end: 10px; |
} |
-.sub-label { |
+#sub-label { |
color: rgba(0, 0, 0, .5); |
} |
+ |
+cr-policy-indicator { |
+ padding-bottom: 5px; |
+} |