fcd2cbaf1f
Bug fixes:
* fixed broken flash resizing via URL
* upgraded Flowplayer
* fixed invalid context in format_text()
* all media related CSS moved from themes to filter and resources
* fixed automatic pdf resizing in resources
Changes:
* reworked filter_mediaplugin system settings - grouped by player type instead of individual extensions, added more information
* improved regex url matching
* removed old unused players, Eolas fix and UFO embedding
* image embedding moved to filter_urltolink
* new Flowplayer embedding API
* accessibility and compatibility tweaks in Flowplayer
* SWF embedding now works only in trusted texts, it is now enabled by default (works everywhere if "Allow EMBED and OBJECT tags" enabled)
* new default video width and height
New features:
* automatic Flash video resizing using information from video metadata
* Flash HD video support (*.f4v)
* Flash video embedding with HTML5 fallback - compatible with iOS and other mobile devices
* Vimeo embedding
* no-cookie YouTube site supported
* HTML 5 audio and video with multiple source URLs and QuickTime fallback
* more video and audio extensions in filelib.php
* MP3 player colours customisable via CSS in themes
* nomediaplugin class in a tag prevents media embedding
31 lines
1.5 KiB
CSS
31 lines
1.5 KiB
CSS
/** 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;}
|
|
.path-mod-lesson .skip {position: absolute;left: -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;}
|
|
.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;}
|
|
|
|
.path-mod-lesson .resourcecontent {text-align: center;}
|
|
|
|
/**
|
|
* Style for view.php
|
|
**/
|
|
#page-mod-lesson-view .password-form .submitbutton {display: inline;} |