From 6f61d82b42fd4b12f8c1025b8da850a70b8c677f Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Thu, 8 Sep 2011 19:02:27 +0000 Subject: ntp4: more CSS changes for RTL this mainly just fixes the bookmark header bar BUG=none TEST=manual Review URL: http://codereview.chromium.org/7854003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100214 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/ntp4/bookmarks_page.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chrome/browser/resources/ntp4/bookmarks_page.css b/chrome/browser/resources/ntp4/bookmarks_page.css index 72b1bd0..2ebfef81 100644 --- a/chrome/browser/resources/ntp4/bookmarks_page.css +++ b/chrome/browser/resources/ntp4/bookmarks_page.css @@ -129,8 +129,8 @@ html[dir=rtl] .bookmark .close-button { color: #7f7f7f; cursor: default; font-weight: bold; - margin-right: 0; - padding-right: 10px; + -webkit-margin-end: 0; + -webkit-padding-end: 10px; } .section-title { @@ -138,6 +138,7 @@ html[dir=rtl] .bookmark .close-button { left: 0; overflow: hidden; position: absolute; + right: 0; top: 0; -webkit-box-flex: 1; -webkit-box-orient: horizontal; @@ -159,6 +160,10 @@ html[dir=rtl] .bookmark .close-button { width: 10px; } +html[dir="rtl"] .bookmark-separator { + -webkit-transform: scale(-1, 1); +} + #bookmarks-top-link-wrapper { left: 10px; position: absolute; -- cgit v1.1