From 4fbf7ca46cfb58514e56e40372eb2360fa9a4ba2 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Thu, 23 Feb 2012 15:08:21 +0800 Subject: [PATCH] MDL-31399 Lesson Module: Fixed horizontal scroll bar issue when using rtl language format (eg: arabic) --- mod/lesson/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/styles.css b/mod/lesson/styles.css index fd4541aec93..ae8ad488f6e 100644 --- a/mod/lesson/styles.css +++ b/mod/lesson/styles.css @@ -13,7 +13,7 @@ .path-mod-lesson .menu .menuwrapper {max-height: 400px;overflow: auto;vertical-align: top;margin-bottom: 10px;} .path-mod-lesson .menu ul {list-style: none;padding: 5px 0px 0px 5px;margin: 0px;} .path-mod-lesson .menu ul li {padding-bottom: 5px;} -.path-mod-lesson .skip {position: absolute;left: -1000em;width: 20em;} +.path-mod-lesson .skip {position: absolute;top: -1000em;width: 20em;} .path-mod-lesson .branchbuttoncontainer.horizontal div, .path-mod-lesson .branchbuttoncontainer.horizontal form {display: inline;} .path-mod-lesson .firstpageoptions {width:30%;margin-left:35%;margin-top:1em;}