1
0

Some installer refinements.

This commit is contained in:
Matthias Mees
2013-07-10 11:19:27 +02:00
parent bf3628f33a
commit 952a842509
2 changed files with 11 additions and 4 deletions

View File

@ -977,6 +977,13 @@ summary {
padding: .5em;
}
#diagnose .msg_error,
#diagnose .msg_success,
#diagnose .msg_notice,
#diagnose .msg_hint {
margin: .75em 0;
}
.msg_error {
background: #f2dede;
border: 1px solid #e4b9b9;
@ -2670,7 +2677,7 @@ img.mfp-img {
.installer #content {
float: none;
margin: 0 auto;
max-width: 45em;
max-width: 60em;
width: 100%;
}