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

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: Rebase Created 5 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: 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;
+}
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | chrome/browser/resources/settings/checkbox/checkbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698