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

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

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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_options_page.css
diff --git a/chrome/browser/resources/options2/chromeos/internet_options_page.css b/chrome/browser/resources/options2/chromeos/internet_options_page.css
index 218b8a66007e4828a803dc424f4c82a1f7c5ba70..59b420e5b0eb8e9e77f3bad2be722583004c78eb 100644
--- a/chrome/browser/resources/options2/chromeos/internet_options_page.css
+++ b/chrome/browser/resources/options2/chromeos/internet_options_page.css
@@ -39,14 +39,14 @@
}
.network-item:not([connecting]):hover {
- border-color: hsl(214, 91%, 85%);
background-color: hsl(214, 91%, 97%);
+ border-color: hsl(214, 91%, 85%);
}
.network-item[connected] {
+ background-color: hsl(214,91%,89%);
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
rgba(255, 255, 255, 0));
- background-color: hsl(214,91%,89%);
border-color: hsl(214, 91%, 65%);
}
@@ -94,9 +94,9 @@ html[dir='rtl'] .network-item-text {
}
.network-item > * > button {
+ margin-right: 5px;
min-width: 100px;
visibility: hidden;
- margin-right: 5px;
}
.network-item:hover > * > button,
@@ -109,13 +109,13 @@ html[dir='rtl'] .network-item-text {
}
.displaytable > section > .network-title {
- vertical-align: top;
padding-top: 20px;
+ vertical-align: top;
}
#detailsInternetPage {
- min-width: 440px;
min-height: 420px;
+ min-width: 440px;
padding-bottom: 40px;
position: relative;
}
@@ -125,31 +125,31 @@ html[dir='rtl'] .network-item-text {
}
#planSummary {
- width: 350px;
padding-bottom: 5px;
+ width: 350px;
}
#planWarning {
- width: 350px;
- padding-top: 5px;
font-weight: bold;
+ padding-top: 5px;
+ width: 350px;
}
#locked-network-banner {
height: 31px;
- width: 100%;
margin: 0;
padding-top: 10px;
vertical-align: middle;
+ width: 100%;
}
#locked-network-icon {
background-image: url('chrome://theme/IDR_WARNING');
- background-repeat: no-repeat;
background-position: center;
+ background-repeat: no-repeat;
display: inline-block;
- padding: 5px;
height: 21px;
+ padding: 5px;
vertical-align: middle;
width: 24px;
}
@@ -159,11 +159,11 @@ html[dir='rtl'] .network-item-text {
}
#internet-owner-only-warning {
- margin: 10px 0;
- padding-bottom: 1px;
-webkit-padding-start: 20px;
- background-repeat: no-repeat;
background-image: url('warning.png');
+ background-repeat: no-repeat;
+ margin: 10px 0;
+ padding-bottom: 1px;
}
#ipConfigList .name {

Powered by Google App Engine
This is Rietveld 408576698