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

Unified Diff: chrome/browser/resources/settings/internet_page/network_proxy_input.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_input.css
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.css b/chrome/browser/resources/settings/internet_page/network_proxy_input.css
similarity index 57%
copy from chrome/browser/resources/settings/internet_page/network_property_list.css
copy to chrome/browser/resources/settings/internet_page/network_proxy_input.css
index f743ad568b2a8e41db7dada46609e64c981ce52c..1edd5c9e20c388cbd32130fb5afa662df124c7f7 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.css
+++ b/chrome/browser/resources/settings/internet_page/network_proxy_input.css
@@ -2,19 +2,16 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+#port {
+ width: 50px;
+}
+
span {
@apply(--paper-font-subhead);
@apply(--paper-input-container-input);
- margin: 0 0 10px 5px;
-}
-
-span.fill {
- border-bottom-color: grey;
- border-bottom-style: dotted;
- border-width: thin;
- min-width: 20px;
+ margin-right: 5px;
}
-paper-input-container {
- margin: -8px 0 2px 5px;
+cr-input {
+ margin: -9px 5px 0 5px;
}

Powered by Google App Engine
This is Rietveld 408576698