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

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

Issue 5060001: DOMUI: Pixel-perfect CSS fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more nit. Created 10 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 8b85ac4469b6d34904a6910c996b89cf8c8b136d..16a7cd196fb4ec365e022de1c79e9a88c1fa8553 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -6,13 +6,13 @@ body {
#settings-title {
-webkit-padding-end: 24px;
- padding-top: 16px;
- padding-bottom: 34px;
- text-align: end;
+ color: #53637d;
font-size: 200%;
font-weight: normal;
- color: #53627d;
margin: 0;
+ padding-bottom: 14px;
+ padding-top: 13px;
+ text-align: end;
}
#main-content {
@@ -56,18 +56,18 @@ html[dir='rtl'] #close-overlay {
}
.action-area {
+ -webkit-box-orient: horizontal;
+ -webkit-box-align: center;
padding: 12px;
position: absolute;
right: 0px;
bottom: 0px;
display: -webkit-box;
- -webkit-box-orient: horizontal;
- -webkit-box-align: center;
}
.button-strip {
- display: -webkit-box;
-webkit-box-orient: horizontal;
+ display: -webkit-box;
}
html[toolkit=views] .button-strip {
@@ -75,18 +75,18 @@ html[toolkit=views] .button-strip {
}
.button-strip > button {
- display: block;
-webkit-margin-start: 4px;
+ display: block;
}
.overlay > div {
+ -webkit-box-shadow: 3px 3px 3px #666;
background: white;
border-radius: 5px;
padding: 15px;
border: 1px solid #666;
padding-bottom: 50px;
position: relative;
- -webkit-box-shadow: 3px 3px 3px #666;
}
#navbar {
@@ -108,12 +108,12 @@ html[toolkit=views] .button-strip {
to(#d3d7db));
bottom: 0;
cursor: pointer;
+ display: none;
left: 0;
position: fixed;
top: 0;
width: 250px;
z-index: 2;
- display: none;
}
html[dir='rtl'] #navbar-container {
@@ -152,21 +152,21 @@ html[hide-menu=false] #navbar-container {
}
.navbar-item, .navbar-item2 {
+ color: #426dc9;
+ display: block;
+ font-size: 105%;
+ outline: none;
padding: 7px 0;
- -webkit-padding-end: 24px;
text-align: end;
- display: block;
- color: #426dc9;
- outline:none;
- font-size:105%;
+ -webkit-padding-end: 24px;
}
.navbar-item-selected {
background: #bbcee9;
- border-top: 1px solid #8faad9;
border-bottom: 1px solid #8faad9;
- font-weight: bold;
+ border-top: 1px solid #8faad9;
color: black;
+ font-weight: bold;
}
.navbar-item-normal {
@@ -190,8 +190,8 @@ html[hide-menu=true] #mainview {
}
#mainview-content {
- width: 600px;
padding: 0 24px;
+ width: 600px;
}
#managed-prefs-banner {
@@ -215,11 +215,11 @@ html[hide-menu=true] #mainview {
background-image: url("chrome://theme/IDR_WARNING");
background-repeat: no-repeat;
background-position:center;
+ display: inline-block;
padding: 5px;
- width: 24px;
height: 21px;
- display: inline-block;
vertical-align: middle;
+ width: 24px;
}
#managed-prefs-text {
@@ -228,21 +228,20 @@ html[hide-menu=true] #mainview {
.page > h1 {
-webkit-padding-end: 24px;
- padding-top: 16px;
- padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
- -webkit-padding-start: 0;
+ color: #53637d;
font-size: 200%;
- color: #54637f;
+ font-weight: normal;
margin: 0;
+ padding-bottom: 4px;
+ padding-top: 13px;
}
section {
- display: -webkit-box;
-webkit-box-orient: horizontal;
border-bottom: 1px solid #eeeeee;
- margin-top: 20px;
- margin-bottom: 20px;
+ display: -webkit-box;
+ margin-top: 17px;
padding-bottom: 20px;
}
@@ -251,13 +250,11 @@ section:last-child {
}
section > h3 {
- width: 140px;
- font-weight: normal;
- -webkit-padding-start: 0;
- vertical-align: middle;
- margin: 0;
- font-size: 100%;
+ font-size: 105%;
font-weight: bold;
+ margin: 0;
+ vertical-align: middle;
+ width: 140px;
}
section > div:only-of-type {
@@ -278,7 +275,7 @@ section > div:only-of-type {
*/
section > div:only-of-type label {
display: block;
- margin: 3px 0;
+ margin: 5px 0;
}
.hidden {
@@ -344,10 +341,11 @@ html[dir=rtl].option-name {
}
.favicon-cell {
+ -webkit-padding-start: 20px;
background-position: left;
background-repeat: no-repeat;
- -webkit-padding-start: 20px;
}
+
html[dir=rtl] .favicon-cell {
background-position: right;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698