adding proper notification area for multi line messages

This commit is contained in:
Thomas Müller 2014-03-26 00:04:11 +01:00
parent e6392163a4
commit d0f84e936f

View file

@ -57,4 +57,12 @@ table td.filename .nametext {
text-overflow: ellipsis;
}
/* proper notification area for multi line messages */
#notification-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}