Chromium Code Reviews| 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..c1d4cf42b1d12e309a36876919896aa8fb076093 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; |
| - font-size: 200%; |
| + color: #53637d; |
| + font-size: 185%; |
|
stuartmorgan
2010/11/16 00:21:00
Per discussion, this should stay at 200%
James Hawkins
2010/11/16 00:59:11
Done.
|
| font-weight: normal; |
| - color: #53627d; |
| margin: 0; |
| + padding-bottom: 14px; |
| + padding-top: 15px; |
| + 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 { |
| - padding: 7px 0; |
| -webkit-padding-end: 24px; |
| - text-align: end; |
| - display: block; |
| color: #426dc9; |
| - outline:none; |
| - font-size:105%; |
| + display: block; |
| + font-size: 100%; |
|
stuartmorgan
2010/11/16 00:21:00
This is also wrong; they are supposed to be a poin
James Hawkins
2010/11/16 00:59:11
Done.
|
| + outline: none; |
| + padding: 7px 0; |
| + text-align: end; |
| } |
| .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; |
| - font-size: 200%; |
| - color: #54637f; |
| + color: #53637d; |
| + font-size: 185%; |
|
stuartmorgan
2010/11/16 00:21:00
Same.
James Hawkins
2010/11/16 00:59:11
Done.
|
| + font-weight: normal; |
| margin: 0; |
| + padding-bottom: 6px; |
| + padding-top: 15px; |
| } |
| 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-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; |
| } |