moodle/mod/data/styles.php
moodler 8303eb8447 Fixes related to presets and MDL-6755.
The original code was shocking once I started reviewing it, and even
after heavy editing I'm still not happy with it, but at least it works
more like it was supposed to.

Needs more cleaning up to make it clearer and probably safer.

Also, presets can now contain langage packs and they'll be used.
The image gallery is an example.
2006-10-02 17:24:54 +00:00

20 lines
248 B
PHP

#mod-data-view #sortsearch .c0 {
text-align: right;
}
.mod-data-field .c0 {
text-align: right;
}
.mod-data-field .fieldname {
width:300px;
}
.mod-data-field .fielddescription {
width:300px;
}
.presetcontrols form {
display: inline;
}