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

Unified Diff: chrome/browser/resources/settings/internet_page/network_property_list.html

Issue 2528803002: MD Settings: Internet: Add/fix remaining policy items (Closed)
Patch Set: . Created 4 years, 1 month 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/internet_page/network_property_list.html
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
index eccd35d22452a20c65e325663d922fb1349fd042..14934fac3c9c6f1be4d3b0e1805412065eb17efc 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -23,6 +23,10 @@
.settings-box:first-of-type {
border-top: none;
}
+
+ cr-policy-network-indicator {
+ padding: 0 10px;
Dan Beam 2016/11/29 05:25:34 where are you getting this 10px from?
stevenjb 2016/11/30 22:58:19 Created --cr-icon-padding in shared_vars_css
+ }
</style>
<template is="dom-repeat" items="[[fields]]"
filter="[[computeFilter_(propertyDict, editFieldTypes)]]">

Powered by Google App Engine
This is Rietveld 408576698