1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

Merge branch 'MDL-28151' of git://github.com/danpoltawski/moodle

This commit is contained in:
Sam Hemelryk 2012-07-03 10:13:12 +12:00
commit a8d40508e9

@ -669,6 +669,9 @@ body.tag .managelink {padding: 5px;}
.resourcecontent .mediaplugin_mp3 object {height:25px; width: 600px}
.resourcecontent audio.mediaplugin_html5audio {width: 600px}
/** Large resource images should avoid hidden overflow **/
.resourceimage {max-width: 100%;}
/* Audio player size in 'inline' mode (can only change width, as above) */
.mediaplugin_mp3 object {height:15px;width:300px}
audio.mediaplugin_html5audio {width: 300px}