From 5150a3fc4cc94109e44970ea89721e4393ca585a Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 26 Nov 2013 15:20:44 +0100 Subject: [PATCH] [-] MO : fixed bug #PSCFV-9642 - Slider does not scroll when define language from right to left --- themes/default/css/rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css/rtl.css b/themes/default/css/rtl.css index 677d5c53c..a5abec73f 100644 --- a/themes/default/css/rtl.css +++ b/themes/default/css/rtl.css @@ -1,2 +1,2 @@ -* { direction: rtl !important; } +body { direction: rtl !important; } #page { text-align: right !important; } \ No newline at end of file