Commit fe920c89 authored by estade@chromium.org's avatar estade@chromium.org

ntp4: recently closed RTL fix

BUG=91166
TEST=manual

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95890 0039d316-1c4b-4281-b951-d872f2087c98
parent e09f079d
......@@ -44,8 +44,13 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-margin-start: 0;
-webkit-padding-end: 0;
-webkit-padding-start: 18px
-webkit-padding-start: 22px;
}
html[dir='rtl'] .recent-menu-item {
background: no-repeat 100% 50%;
}
.recent-window {
......
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