Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 6272008: DOMUI: Add padding for the Home Page favicon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698