Position pop-up messages more cleanly

This commit is contained in:
Maximilian Grundke
2018-02-28 11:43:47 +01:00
parent 7b93caf4b3
commit 639befe0e5
3 changed files with 14 additions and 12 deletions

View File

@ -1,3 +1,8 @@
#flash-container {
position: relative;
top: -21px;
}
.flash {
display: none;
@ -10,14 +15,10 @@
}
.fixed_error_messages {
position: fixed;
position: absolute;
z-index: 1000;
top: 20px;
left: 0;
padding: inherit;
width: 100%;
padding-left: 10%;
padding-right: 10%;
padding-top: 0;
}