Commit 0df3391d authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

DOMUI: Add padding for the Home Page favicon.

BUG=69902
TEST=none

Review URL: http://codereview.chromium.org/6272008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71752 0039d316-1c4b-4281-b951-d872f2087c98
parent 25c9149e
...@@ -475,6 +475,18 @@ html[dir=rtl].option-name { ...@@ -475,6 +475,18 @@ html[dir=rtl].option-name {
background-repeat: no-repeat; 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 { list .favicon-cell {
-webkit-margin-start: 7px; -webkit-margin-start: 7px;
-webkit-padding-start: 26px; -webkit-padding-start: 26px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment