mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Apply modularity to the creation of the log file during restore to a new course.
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module. Merged from stable branch
This commit is contained in:
parent
352b8da86a
commit
cf0b1faded
17 changed files with 150 additions and 293 deletions
|
@ -1,9 +1,13 @@
|
|||
body {
|
||||
font-size: 100%;
|
||||
color: #333333;
|
||||
font-family: georgia, times, serif;
|
||||
font-family: 'Bitstream Vera Serif', georgia, times, serif;
|
||||
margin: 0;
|
||||
padding: 5px 10px 10px;
|
||||
padding: 0;
|
||||
}
|
||||
div#page {
|
||||
margin: 0 10px;
|
||||
padding-top: 5px;
|
||||
border-top-width: 10px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #55CC00;
|
||||
|
@ -341,3 +345,6 @@ fieldset.adminsettings {
|
|||
border-style: solid;
|
||||
border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
|
||||
}
|
||||
form.mform div.textarea textarea {
|
||||
width: 35em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue