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; |
} |