Files
moodle/mod/workshop/allocation/random/styles.css
T
David Mudrák 0eb1b5fd51 MDL-49730 workshop: Do not waste valuable screen space
Stop using elements with width less than 100% in the workshop UI.
2015-03-31 13:46:32 +02:00

5 lines
99 B
CSS

.path-mod-workshop .random-allocator .warning {
width: 100%;
margin: 0px auto 15px auto;
}