mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
50 lines
740 B
PHP
50 lines
740 B
PHP
#mod-data-view #sortsearch .c0 {
|
|
text-align: right;
|
|
}
|
|
|
|
#mod-data-view .approve img.icon {
|
|
width:34px;
|
|
height:34px;
|
|
}
|
|
|
|
#mod-data-preset .presetmapping {
|
|
text-align: center;
|
|
}
|
|
|
|
#mod-data-preset .presetmapping table {
|
|
text-align: left;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#mod-data-preset .overwritesettings {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.mod-data-field .c0 {
|
|
text-align: right;
|
|
}
|
|
|
|
.mod-data-field .fieldadd,
|
|
.mod-data-field .sortdefault {
|
|
margin-bottom: 1em;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.mod-data-field .fieldadd select,
|
|
.mod-data-field .sortdefault select {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.mod-data-field .fieldname {
|
|
width:300px;
|
|
}
|
|
|
|
.mod-data-field .fielddescription {
|
|
width:300px;
|
|
}
|
|
|
|
.presetcontrols form {
|
|
display: inline;
|
|
}
|