1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

MDL-12710 no wrapping of user selection columns in user bulk form; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-02-02 21:53:28 +00:00
parent 92b0d47c20
commit e5eb2d3426

@ -996,6 +996,9 @@ body#admin-modules table.generaltable td.c0
margin:20px;
}
#admin-user-user_bulk #users .fgroup {
white-space: nowrap;
}
.plugincompattable caption {
text-align: center;