| Index: chrome/browser/resources/settings/internet_page/internet_detail_page.css
|
| diff --git a/chrome/browser/resources/settings/internet_page/internet_detail_page.css b/chrome/browser/resources/settings/internet_page/internet_detail_page.css
|
| index 684a613eddf0021b6f251a9c4835ca5c27afd70d..238536cd04e58fb4c455b357dbf21303b0d83fa9 100644
|
| --- a/chrome/browser/resources/settings/internet_page/internet_detail_page.css
|
| +++ b/chrome/browser/resources/settings/internet_page/internet_detail_page.css
|
| @@ -31,19 +31,26 @@
|
| }
|
|
|
| #simInfoDiv {
|
| - margin-left: 10px;
|
| + -webkit-margin-start: 10px;
|
| }
|
|
|
| #infoDiv {
|
| - margin-left: 10px;
|
| + -webkit-margin-start: 10px;
|
| }
|
|
|
| #infoDiv span {
|
| margin-bottom: 8px;
|
| }
|
|
|
| +#infoDiv cr-policy-network-indicator {
|
| + -webkit-margin-start: 10px;
|
| + margin-bottom: 10px;
|
| +}
|
| +
|
| #preferButton {
|
| - margin: 0 7px 8px -2px;
|
| + -webkit-margin-end: 7px;
|
| + -webkit-margin-start: -2px;
|
| + margin-bottom: 8px;
|
| padding: 0
|
| }
|
|
|
| @@ -57,7 +64,7 @@
|
| max-width: 500px;
|
| }
|
|
|
| -paper-checkbox {
|
| +div .control {
|
| margin-bottom: 10px;
|
| }
|
|
|
|
|