mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
8303eb8447
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.
20 lines
248 B
PHP
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;
|
|
}
|