| Index: chrome/browser/resources/options2/chromeos/internet_detail.css
|
| diff --git a/chrome/browser/resources/options2/chromeos/internet_detail.css b/chrome/browser/resources/options2/chromeos/internet_detail.css
|
| index 88bc6657cebf574fb483eb8632c552e56879d09f..b92a4f544ae3c86010e246844ee4019a08d91d74 100644
|
| --- a/chrome/browser/resources/options2/chromeos/internet_detail.css
|
| +++ b/chrome/browser/resources/options2/chromeos/internet_detail.css
|
| @@ -31,7 +31,7 @@
|
| -webkit-box-flex: 1;
|
| -webkit-box-sizing: border-box;
|
| -webkit-padding-end: 10px;
|
| - height: 350px;
|
| + height: 380px;
|
| min-width: 480px;
|
| overflow-y: auto;
|
| }
|
| @@ -55,3 +55,29 @@
|
| margin-top: 8px;
|
| }
|
|
|
| +#ipconfig-section {
|
| + border-top: 1px solid #eee;
|
| + margin-bottom: 10px;
|
| + padding-top: 10px;
|
| +}
|
| +
|
| +#ipconfig-dns-section {
|
| + border-top: 1px solid #eee;
|
| + padding-top: 10px;
|
| +}
|
| +
|
| +#user-dns-settings:not([selected]) {
|
| + display: none;
|
| +}
|
| +
|
| +.dns-display {
|
| + -webkit-margin-start: 24px;
|
| + -webkit-transition: opacity 150ms ease-in-out;
|
| + color: #bbb;
|
| + font-style: italic;
|
| +}
|
| +
|
| +.dns-display:not([selected]) {
|
| + -webkit-transition: opacity 150ms ease-in-out;
|
| + display: none;
|
| +}
|
|
|