diff options
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 2 | ||||
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 2 | ||||
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index bc04233..80d991c 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -263,6 +263,7 @@ html[dir=rtl] .item { height: 17px; position: absolute; right: 0; + left: auto; top: 20px; border: 0; padding: 0; @@ -289,6 +290,7 @@ html[dir=rtl] .item { min-width: 175px; } +html[dir=rtl] #option-button, html[dir=rtl] #option-menu { right: auto; left: 0; diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 3064678..c8a01b5 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -6,7 +6,7 @@ anim:anim; syncispresent:syncispresent; has_3d:has_3d"> - +<head> <meta charset="utf-8"> <title i18n-content="title"></title> <script> diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index ae39264..150d3be 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -90,7 +90,7 @@ body { #attribution { display: $$5; color: $9; /* COLOR_NTP_LINK */ - text-align: right; + text-align: end; } #tip-line { |