UI improvements: icons, button disabled while printing

This commit is contained in:
Philipp Klaus
2017-01-08 10:01:30 +01:00
parent 0be29b69a9
commit 1c7451786a
3 changed files with 35 additions and 8 deletions

13
static/css/custom.css Normal file
View File

@@ -0,0 +1,13 @@
#statusBox.alert {
margin-bottom: 0;
}
.alert .glyphicon{
display:table-cell;
}
.alert div,
.alert span{
padding-left: 10px;
display:table-cell;
}