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

Unified Diff: chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: . Created 5 years, 5 months 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_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;
}

Powered by Google App Engine
This is Rietveld 408576698