keep lines ("\n") in messages

This commit is contained in:
Ralf Becker 2014-04-17 07:35:06 +00:00
parent a5a9c03626
commit 439e5e490c
2 changed files with 2 additions and 0 deletions

View File

@ -5703,6 +5703,7 @@ div.admin-config form > table td b {
background-position: left;
background-repeat: no-repeat;
background-size: 16px;
white-space: pre-wrap;
}
.warning_message {
background-image: url(../images/dialog_warning.png);

View File

@ -481,6 +481,7 @@ div.admin-config form > table {
background-position: left;
background-repeat: no-repeat;
background-size: 16px;
white-space: pre-wrap;
}
.warning_message {
background-image: url(../images/dialog_warning.png);