Implement better flash behavior

This commit is contained in:
Maximilian Grundke
2017-06-23 12:19:27 +02:00
parent ff9fb8d491
commit e739749828
3 changed files with 28 additions and 15 deletions

View File

@@ -1,5 +1,12 @@
.flash {
display: none;
span.fa-times {
position: relative;
top: -1.2em;
float: right;
cursor: pointer;
}
}
.fixed_error_messages {
@@ -13,14 +20,4 @@
padding-top: 0;
}
.clickthrough {
pointer-events: none;
/* fixes for IE */
/*
background:white;
opacity:0;
filter:Alpha(opacity=0);
*/
}