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 be6c6b1ceb175b0936f0bc7743d16cb371ef6158..29c6181ef2ce4138dc1eec5e785f9f110d922782 100644 |
--- a/chrome/browser/resources/options/options_page.css |
+++ b/chrome/browser/resources/options/options_page.css |
@@ -488,6 +488,15 @@ html[dir=rtl].option-name { |
background-repeat: no-repeat; |
} |
+input.favicon-cell { |
+ -webkit-padding-start: 22px; |
+ background-position-x: 4px; |
+} |
+ |
+html[dir=rtl] input.favicon-cell { |
+ background-position-x: 99.3%; |
stuartmorgan
2011/01/18 21:52:05
I had considered this before, but didn't quite hav
James Hawkins
2011/01/19 03:07:47
Done.
|
+} |
+ |
list .favicon-cell { |
-webkit-margin-start: 7px; |
-webkit-padding-start: 26px; |