| 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 e41e99d4aab43fc8ac960f2dced309714775dcaa..61cb63c0f4c544d452a5b08ea199bddce612870d 100644
|
| --- a/chrome/browser/resources/options/options_page.css
|
| +++ b/chrome/browser/resources/options/options_page.css
|
| @@ -475,6 +475,18 @@ html[dir=rtl].option-name {
|
| background-repeat: no-repeat;
|
| }
|
|
|
| +input.favicon-cell {
|
| + -webkit-padding-start: 22px;
|
| + background-position-x: 4px;
|
| +}
|
| +
|
| +/* TODO(jhawkins): Use something better than 99.3% when CSS3 background
|
| + * positioning is available.
|
| + */
|
| +html[dir=rtl] input.favicon-cell {
|
| + background-position-x: 99.3%;
|
| +}
|
| +
|
| list .favicon-cell {
|
| -webkit-margin-start: 7px;
|
| -webkit-padding-start: 26px;
|
|
|