error fix, format string and css button width fix

This commit is contained in:
Julius Härtl
2013-11-20 13:34:13 +01:00
parent 08bad89041
commit 73e26e8c1c
3 changed files with 7 additions and 4 deletions

View File

@@ -99,3 +99,6 @@ div[id^='message-event'] {
background-color: rgb(231, 76, 60);
background-color: rgb(129, 145, 146);
}
.btn-lastreport {
width:100px;
}