Moved error messages to top of page

This commit is contained in:
Alexander Kastius
2017-03-13 01:07:05 +01:00
parent dec45880b9
commit 3c9ecda0ad
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
.flash {
display: none;
}
.fixed_error_messages {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}