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

Unified Diff: chrome/browser/resources/settings/checkbox/checkbox.css

Issue 1310373008: Add cr_policy_indicator for settings controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_settings_compiled_resources_3
Patch Set: Elim unused tyep Created 5 years, 4 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/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;
+}

Powered by Google App Engine
This is Rietveld 408576698