summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_tab.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/new_tab.html')
-rw-r--r--chrome/browser/resources/new_tab.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html
index 43ef76a..c1dab9c 100644
--- a/chrome/browser/resources/new_tab.html
+++ b/chrome/browser/resources/new_tab.html
@@ -1052,6 +1052,10 @@ setTimeout(function(){document.getElementById('main').className = 'visible'},
background: url('../../app/theme/closed_window.png');
background-repeat: no-repeat;
}
+html[dir='rtl'] .recent-window-container {
+ background-position: right;
+ padding-right: 22px;
+}
</style>
</html>