Index: chrome/browser/resources/options2/chromeos/internet_detail.css |
diff --git a/chrome/browser/resources/options2/chromeos/internet_detail.css b/chrome/browser/resources/options2/chromeos/internet_detail.css |
index 19c2da2c48b7bbd600f0753557762de870019d85..fc51fb24aad77fbd31a48b599dbd5a0247663ab7 100644 |
--- a/chrome/browser/resources/options2/chromeos/internet_detail.css |
+++ b/chrome/browser/resources/options2/chromeos/internet_detail.css |
@@ -49,6 +49,7 @@ |
#internet-details-content-area > .subpages-tab-contents { |
-webkit-padding-end: 10px; |
height: 350px; |
+ min-width: 480px; |
overflow-y: auto; |
} |
@@ -56,3 +57,18 @@ |
min-height: 96px !important; |
} |
+/* Minimum and maximum height are integer multiples of the height of a list |
+ entry. */ |
+#ignoredHostList { |
+ -webkit-margin-start: 0; |
+ border: solid 1px #999; |
+ max-height: 128px; |
+ min-height: 64px; |
+ width: 400px; |
+} |
+ |
+#newHost { |
+ -webkit-margin-start: 0; |
+ margin-top: 8px; |
+} |
+ |