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

Unified Diff: chrome/browser/resources/options/chromeos_internet_options_page.css

Issue 3526020: Redirected network details to options DOM UI page.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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/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,
« no previous file with comments | « chrome/browser/resources/options/chromeos_internet_options.js ('k') | chrome/browser/resources/shared/js/util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698