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

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

Issue 3108011: If ethernet is not available (i.e. no wired nic), don't show ethernet in stat... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 55422)
+++ chrome/browser/resources/options/chromeos_internet_options_page.css (working copy)
@@ -11,6 +11,10 @@
width: auto;
}
+#internetPage > section[hidden] {
+ display: none;
+}
+
.networks {
-webkit-margin-start: 15px;
padding: 2px;

Powered by Google App Engine
This is Rietveld 408576698