From c7f36a87b3d777a3b5f23ee41cffeb34efb145c6 Mon Sep 17 00:00:00 2001 From: Jetha Chan Date: Thu, 15 May 2014 15:49:28 +0800 Subject: [PATCH] MDL-45561 themes: horizontal scroll in RTL base --- theme/base/style/core.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index a34e0e5ba11..7d1ea752bba 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -1364,7 +1364,8 @@ form#installform #id_dbpass, form#installform #id_prefix html[dir=rtl] .breadcrumb, html[dir=rtl] .headermain, -html[dir=rtl] #page-header {float: right;} +html[dir=rtl] #page-header, +html[dir=rtl] #page-content {float: right;} html[dir=rtl] .formrow label.formlabel { float:right; }