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 684ab563de04ff8f2c64ad3e059004ea5e0078b7..462882b60216566763078bcd964083603ba89098 100644 |
| --- a/chrome/browser/resources/options/options_page.css |
| +++ b/chrome/browser/resources/options/options_page.css |
| @@ -75,13 +75,17 @@ html[hide-menu=true] .close-subpage { |
| } |
| .action-area { |
| - -webkit-box-orient: horizontal; |
| -webkit-box-align: center; |
| + -webkit-box-orient: horizontal; |
| + bottom: 0; |
| + display: -webkit-box; |
| padding: 12px; |
| position: absolute; |
| - right: 0px; |
| - bottom: 0px; |
| - display: -webkit-box; |
| + right: 0; |
| +} |
| + |
| +html[dir='rtl'] .action-area { |
| + left: 0px; |
|
arv (Not doing code reviews)
2010/12/23 17:55:39
left: 0;
|
| } |
| .button-strip { |
| @@ -368,10 +372,6 @@ select { |
| border-color: transparent; |
| } |
| -#contentSettingsPage :invalid { |
| - background-color: pink; |
| -} |
| - |
| .settings-list { |
| border: 1px solid #d9d9d9; |
| border-radius: 2px; |
| @@ -484,8 +484,8 @@ html[dir=rtl].option-name { |
| } |
| list .favicon-cell { |
| - -webkit-padding-start: 33px; |
| - background-position: 7px; |
| + -webkit-margin-start: 7px; |
| + -webkit-padding-start: 26px; |
| display: block; |
| text-overflow: ellipsis; |
| overflow: hidden; |
| @@ -493,9 +493,6 @@ list .favicon-cell { |
| } |
| html[dir=rtl] list .favicon-cell { |
| - /* TODO(stuartmorgan): position this 7px from the right (and remove the |
| - padding override) once the CSS support is available */ |
| - -webkit-padding-start: 26px; |
| background-position: right; |
| } |