From 26d2edcc82c2cd30f01f4207845f74b572d7caea 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 3aec3d84646..4a5151bffff 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -905,6 +905,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,