Add upload and installation errors.

This commit is contained in:
Gunther Brunner
2014-09-04 16:10:42 +09:00
parent 7ea5dd2777
commit 2f172c2fda
14 changed files with 165 additions and 69 deletions

View File

@@ -403,3 +403,14 @@ input {
.transparent-border {
border: 1px solid transparent;
}
/* Bootstrap close button is misaligned for some reason */
.alert-dismissable .close,
.alert-dismissible .close {
right: auto;
}
/* Reset alert margin */
.alert {
margin-bottom: 0;
}