Index: chrome/browser/resources/options/chromeos_internet_options_page.css |
=================================================================== |
--- chrome/browser/resources/options/chromeos_internet_options_page.css (revision 61713) |
+++ chrome/browser/resources/options/chromeos_internet_options_page.css (working copy) |
@@ -92,6 +92,7 @@ |
.network-item > * > button { |
min-width: 100px; |
visibility: hidden; |
+ margin-right: 5px; |
} |
.network-item:hover > * > button, |
@@ -107,6 +108,10 @@ |
-webkit-box-flex: 1; |
} |
+#detailsInternetPage { |
+ min-width: 350px; |
+} |
+ |
#detailsInternetPage:not([connected]) > #advancedSection, |
#detailsInternetPage[connecting] > * > #detailsInternetLogin, |
#detailsInternetPage[connected] > * > #detailsInternetLogin, |