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

Unified Diff: chrome/browser/resources/options/chromeos/internet_options_page.css

Issue 7038043: [ChromeOS]More network settings UI touch ups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « chrome/browser/resources/options/chromeos/internet_options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/internet_options_page.css
diff --git a/chrome/browser/resources/options/chromeos/internet_options_page.css b/chrome/browser/resources/options/chromeos/internet_options_page.css
index 6edfa3e15692dcbfb647470013eeb897f544fe6c..0cffcc06e8f2cc52bb826bf87cd65d194da7609a 100644
--- a/chrome/browser/resources/options/chromeos/internet_options_page.css
+++ b/chrome/browser/resources/options/chromeos/internet_options_page.css
@@ -1,28 +1,13 @@
-/*
- * TODO(xiyuan): Remove the section overrides when options_page.css uses the
- * new style.
- */
#inetTitle {
border: none;
}
-#internetPage > section > h3 {
- font-size: 100%;
- width: auto;
-}
-
-#internetPage > section[hidden] {
- display: none;
-}
-
-#internetPage > section > div:only-of-type > div.checkbox {
- margin: 10px 0;
- -webkit-margin-start: 10px;
+#network-general-div {
+ -webkit-margin-start: 15px;
}
#networking-controls {
display: -webkit-box;
- -webkit-margin-start: 10px;
}
.networks {
@@ -94,7 +79,6 @@ html[dir='rtl'] .network-item-text {
background: right center no-repeat;
}
-
.network-item[connected] > * > .network-name-label {
font-weight: bold;
}
@@ -128,10 +112,6 @@ html[dir='rtl'] .network-item-text {
position: relative;
}
-.details-button {
- float: right;
-}
-
#details-plan-table {
width: 100%;
}
@@ -147,10 +127,6 @@ html[dir='rtl'] .network-item-text {
font-weight: bold;
}
-html[dir='rtl'] .details-button {
- float: left;
-}
-
#locked-network-banner {
height: 31px;
width: 100%;
@@ -175,15 +151,9 @@ html[dir='rtl'] .details-button {
}
#internet-owner-only-warning {
- margin-bottom: 10px;
- margin-top: 10px;
+ margin: 10px 0;
padding-bottom: 1px;
- -webkit-margin-start: 10px;
-webkit-padding-start: 20px;
background-repeat: no-repeat;
background-image: url('warning.png');
}
-
-#wireless-buttons > * > button {
- margin-left: 5px;
-}
« no previous file with comments | « chrome/browser/resources/options/chromeos/internet_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698