| Index: chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
|
| diff --git a/chrome/browser/resources/md_settings/md_settings.css b/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
|
| similarity index 54%
|
| copy from chrome/browser/resources/md_settings/md_settings.css
|
| copy to chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
|
| index baa0bff39e8f60498bd9300a7382aad0ab6a9182..ad9a23955aa441dc8f79209b1241cc2b677416a9 100644
|
| --- a/chrome/browser/resources/md_settings/md_settings.css
|
| +++ b/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
|
| @@ -2,14 +2,17 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -body {
|
| - font-family: Roboto;
|
| +span {
|
| + margin: 5px;
|
| }
|
|
|
| -section {
|
| - margin-top: 50px;
|
| +iron-icon {
|
| + margin: 5px;
|
| }
|
|
|
| -cr-dropdown-menu {
|
| - width: 200px;
|
| +div#container {
|
| + border: 1px solid lightgrey;
|
| + height: 100px;
|
| + margin: 5px;
|
| + overflow-y: auto;
|
| }
|
|
|