Moved error messages to top of page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user