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

Unified Diff: chrome/browser/resources/chromeos/proxy_settings.css

Issue 9702011: Migrate proxy-settings.html to options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright notices. 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/proxy_settings.css
diff --git a/chrome/browser/resources/chromeos/proxy_settings.css b/chrome/browser/resources/chromeos/proxy_settings.css
index 8537de5b664b355fff26c2cb612e6a074a538391..69f48c9d9613a490525ca09019d9dab9b5529f6e 100644
--- a/chrome/browser/resources/chromeos/proxy_settings.css
+++ b/chrome/browser/resources/chromeos/proxy_settings.css
@@ -1,3 +1,7 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
/* These additional styles constrain the size of the proxy page to the height of
the dialog containing them. */
html {
@@ -19,3 +23,7 @@ body {
/* We have a title on the window, so the title in domui should be hidden. */
display: none;
}
+
+#internet-details-content-area > .subpages-tab-contents {
+ height: 100% !important;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698