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..9341ea2029a1488a14495d547a726ad3901acb90 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; |
| - padding: 12px; |
| - position: absolute; |
| - right: 0px; |
| + -webkit-box-orient: horizontal; |
| bottom: 0px; |
|
James Hawkins
2010/12/23 00:40:45
nit: Take off the 'px' for 0.
Evan Stade
2010/12/23 00:48:21
Done.
|
| display: -webkit-box; |
| + padding: 12px; |
| + position: absolute; |
| + right: 0px |
| +} |
| + |
| +html[dir='rtl'] .action-area { |
| + left: 0px; |
| } |
| .button-strip { |
| @@ -484,8 +488,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 +497,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; |
| } |