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

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: Rebase 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/ui/webui/resources/cr_elements/v1_0/demo_element.css b/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
similarity index 54%
copy from ui/webui/resources/cr_elements/v1_0/demo_element.css
copy to chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
index 448f475a7058564fbded700cd1e8dabfc5d41a54..ad9a23955aa441dc8f79209b1241cc2b677416a9 100644
--- a/ui/webui/resources/cr_elements/v1_0/demo_element.css
+++ b/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css
@@ -2,17 +2,17 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-span.heading {
- font-size: 18px;
- font-weight: bold;
+span {
+ margin: 5px;
}
-#wifi {
- height: 32px;
- width: 32px;
+iron-icon {
+ margin: 5px;
}
-#cellular {
- height: 16px;
- width: 16px;
+div#container {
+ border: 1px solid lightgrey;
+ height: 100px;
+ margin: 5px;
+ overflow-y: auto;
}

Powered by Google App Engine
This is Rietveld 408576698