moodle-mod_htmlcert/styles.css
Shamim Rezaie 3774a6323c Added ability to modify templates and save them with same name.
An option named "replace" has been added to the same
template form so user can choose to overwrite an existing
template (i.e. modify and save an existing template).
2015-08-05 12:23:51 -05:00

13 lines
220 B
CSS

#page-mod-customcert-edit .deletebutton {
text-align:right;
}
#page-mod-customcert-edit #id_replace {
margin-left: 10px;
}
#page-mod-customcert-report .centre {
margin-left: auto;
margin-right: auto;
}