From 3b72fe05e31100941fa6a2ebf1d0331161e213e4 Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Wed, 5 Sep 2012 17:54:26 +0300 Subject: [PATCH] MDL-35245 - Missing scrollbar in Activity Chooser, when in RTL mode --- theme/base/style/core.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index ce835c1650d..21dd107a0f4 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -892,6 +892,9 @@ sup {vertical-align: super;} -webkit-box-shadow: inset 0px 0px 30px 0px #CCCCCC; -moz-box-shadow: inset 0px 0px 30px 0px #CCCCCC; } +.dir-rtl.jsenabled .choosercontainer #chooseform .alloptions { + max-width: 18.3em; +} /* Settings for option rows and option subtypes */ .choosercontainer #chooseform .moduletypetitle,