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 15ef6850c0a3b65d27eef6898132005500e67d1d..aa8f8c4ae5046fe3db3033d53bdd95bfe176520f 100644 |
| --- a/chrome/browser/resources/options/options_page.css |
| +++ b/chrome/browser/resources/options/options_page.css |
| @@ -29,17 +29,17 @@ body { |
| } |
| .overlay { |
| - position: fixed; |
| + -webkit-box-align: center; |
| + -webkit-box-pack: center; |
| + background: rgba(233, 238, 242, .5); |
| + bottom: 0; |
| + display: -webkit-box; |
| left: 0; |
| + padding: 20px; |
| + position: fixed; |
|
stuartmorgan
2011/01/21 19:44:43
I think left: goes after this, in an exception to
James Hawkins
2011/01/21 19:51:05
Per off-line discussion, gonna leave this as is fo
|
| right: 0; |
| - background: rgba(233, 238, 242, .5); |
| top: 0; |
| - bottom: 0; |
| z-index: 10; |
| - padding: 20px; |
| - display: -webkit-box; |
| - -webkit-box-align: center; |
| - -webkit-box-pack: center; |
| } |
| .raw-button, |
| @@ -115,10 +115,10 @@ html[toolkit=views] .button-strip { |
| .overlay > div { |
| -webkit-box-shadow: 3px 3px 3px #666; |
| background: white; |
| - border-radius: 5px; |
| - padding: 15px; |
| border: 1px solid #666; |
| - padding-bottom: 50px; |
| + border-radius: 5px; |
| + min-width: 400px; |
| + padding: 0 15px 50px 15px; |
| position: relative; |
| } |
| @@ -275,15 +275,23 @@ html[hide-menu=true] #mainview { |
| padding-top: 13px; |
| } |
| -.page list { |
| - min-height: 200px; |
| -} |
| - |
| .subpage-sheet .page h1 { |
| padding-top: 4px; |
| margin-bottom: 10px; |
| } |
| +.overlay .page h1 { |
| + background: -webkit-linear-gradient(white, #F8F8F8); |
| + border-bottom: 1px solid rgba(188, 193, 208, .5); |
| + font-size: 105%; |
| + font-weight: bold; |
| + padding: 10px 15px 8px 15px; |
| +} |
| + |
| +.page list { |
| + min-height: 200px; |
| +} |
| + |
| section { |
| -webkit-box-orient: horizontal; |
| border-bottom: 1px solid #eeeeee; |