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

Unified Diff: chrome/browser/resources/ntp4/recently_closed.css

Issue 7541051: ntp4: recently closed RTL fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/ntp4/recently_closed.css
diff --git a/chrome/browser/resources/ntp4/recently_closed.css b/chrome/browser/resources/ntp4/recently_closed.css
index f478107df35eb2f3bcb269ee66cce35c894008c2..2686843e2b03d437204c6e32d9d479f389259065 100644
--- a/chrome/browser/resources/ntp4/recently_closed.css
+++ b/chrome/browser/resources/ntp4/recently_closed.css
@@ -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 {
« 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