Skip to content

Commit

Permalink
MDL-31399 Lesson Module: Fixed horizontal scroll bar issue when using…
Browse files Browse the repository at this point in the history
… rtl language format (eg: arabic)
  • Loading branch information
Rossiani Wijaya committed Feb 23, 2012
1 parent e0d5a17 commit 8bfd168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/styles.css
Expand Up @@ -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;}
Expand Down

0 comments on commit 8bfd168

Please sign in to comment.