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

Unified Diff: chrome/browser/resources/ntp_android/bookmarks.css

Issue 14095010: Fixed Android NTP bookmark directory line RTL UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | chrome/browser/resources/ntp_android/ntp_android.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_android/bookmarks.css
diff --git a/chrome/browser/resources/ntp_android/bookmarks.css b/chrome/browser/resources/ntp_android/bookmarks.css
index ddd6951968f928f3662a1f0e3c50f606ae8c2cbb..6d0249f6e70c5f4e3c8508d64f8f2322c3268a65 100644
--- a/chrome/browser/resources/ntp_android/bookmarks.css
+++ b/chrome/browser/resources/ntp_android/bookmarks.css
@@ -67,6 +67,10 @@
width: 10px;
}
+html[dir='rtl'] .bookmark-separator {
+ -webkit-transform: scaleX(-1);
+}
+
#bookmarks_title_wrapper .title-crumb {
color: #555;
margin: 0 10px;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_android/ntp_android.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698