| Index: chrome/browser/resources/options/chromeos/internet_options_page.css
|
| diff --git a/chrome/browser/resources/options/chromeos/internet_options_page.css b/chrome/browser/resources/options/chromeos/internet_options_page.css
|
| index 872e656addfb63a1dcd3c3d13b495c7bba2d55f4..dd2ce95808ae06b0636f3dba4bf267c41db29987 100644
|
| --- a/chrome/browser/resources/options/chromeos/internet_options_page.css
|
| +++ b/chrome/browser/resources/options/chromeos/internet_options_page.css
|
| @@ -26,7 +26,7 @@
|
|
|
| .network-item {
|
| -webkit-box-align: center;
|
| - -webkit-padding-start: 30px;
|
| + -webkit-padding-start: 10px;
|
| border: 1px solid rgba(255,255,255,0); /* transparent white */
|
| border-radius: 2px;
|
| display: -webkit-box;
|
| @@ -55,6 +55,15 @@
|
| border-color: hsl(214, 91%, 85%);
|
| }
|
|
|
| +.network-item > .controlled-setting-indicator {
|
| + -webkit-margin-end: 5px;
|
| + width: 16px;
|
| +}
|
| +
|
| +.hide-indicators .network-item > .controlled-setting-indicator {
|
| + display: none;
|
| +}
|
| +
|
| .network-item-text {
|
| -webkit-padding-start: 30px;
|
| background: left center no-repeat;
|
|
|