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

Unified Diff: chrome/browser/resources/options2/chromeos/internet_detail.css

Issue 9668010: Move proxy handling into network details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer feedback. Created 8 years, 9 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/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;
+}
+

Powered by Google App Engine
This is Rietveld 408576698