1
0

Improved readability of upgrader messages

References #141
This commit is contained in:
Matthias Mees
2014-05-02 12:05:05 +02:00
parent 33ee2d7217
commit 5f7602cd79
2 changed files with 12 additions and 2 deletions

View File

@ -1472,6 +1472,16 @@ fieldset p,
margin-bottom: 1em;
}
.upgrader_perms dd,
.upgrader_tasks dd {
margin-bottom: 1em;
}
.upgrader_perms dd pre,
.upgrader_tasks dd pre {
margin: 1em 0;
}
.category_data {
margin: 0 1em 0 0;
}