2010-03-25 06:38:21 +00:00
|
|
|
/** General styles (scope: all of lesson) **/
|
|
|
|
.path-mod-lesson .contents,
|
|
|
|
.path-mod-lesson .standardtable,
|
|
|
|
.path-mod-lesson .mform .box.contents,
|
|
|
|
.path-mod-lesson .invisiblefieldset.fieldsetfix tr {text-align: left;}
|
|
|
|
.path-mod-lesson #layout-table {width: 100%;}
|
|
|
|
.path-mod-lesson .edit_buttons form,
|
|
|
|
.path-mod-lesson .edit_buttons input {display: inline;}
|
|
|
|
.path-mod-lesson .userinfotable .cell,
|
|
|
|
.path-mod-lesson .userinfotable .userpicture {vertical-align: middle;}
|
|
|
|
.path-mod-lesson .invisiblefieldset.fieldsetfix {display: block;}
|
|
|
|
.path-mod-lesson .slideshow {overflow: auto;padding: 15px;}
|
|
|
|
.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;}
|
2012-02-23 15:34:57 +08:00
|
|
|
.path-mod-lesson .skip {position: absolute;top: -1000em;width: 20em;}
|
2010-03-25 06:38:21 +00:00
|
|
|
.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;}
|
|
|
|
.path-mod-lesson .progress_bar_table,
|
|
|
|
.path-mod-lesson .progress_bar_completed,
|
|
|
|
.path-mod-lesson .progress_bar_todo {padding: 0;margin: 0;}
|
|
|
|
.path-mod-lesson .progress_bar_token {height: 20px;width: 5px;padding: 0;margin: 0;}
|
|
|
|
.path-mod-lesson .edit_pages_box .addlinks {margin:0;margin-bottom:1em;}
|
2012-02-21 12:31:35 +08:00
|
|
|
.path-mod-lesson .progress_bar_completed {background-color:green; text-align:right; vertical-align:middle; color:#FFF;}
|
2010-03-25 06:38:21 +00:00
|
|
|
|
2011-03-12 17:42:52 +01:00
|
|
|
.path-mod-lesson .resourcecontent {text-align: center;}
|
|
|
|
|
2010-03-25 06:38:21 +00:00
|
|
|
/**
|
|
|
|
* Style for view.php
|
|
|
|
**/
|
2011-06-29 18:18:52 +08:00
|
|
|
#page-mod-lesson-view .password-form .submitbutton {display: inline;}
|
|
|
|
.path-mod-lesson .reviewessay {width:40%; border:1px solid #DDDDDD; background-color: #EEEEEE;}
|
2012-04-17 14:10:38 +03:00
|
|
|
|
|
|
|
.path-mod-lesson.dir-rtl .contents,
|
|
|
|
.path-mod-lesson.dir-rtl .standardtable,
|
|
|
|
.path-mod-lesson.dir-rtl .mform .box.contents,
|
|
|
|
.path-mod-lesson.dir-rtl .invisiblefieldset.fieldsetfix tr {text-align: right;}
|