summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-common.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css
index 26b1153..0a3e114 100644
--- a/hyperkitty/static/css/hyperkitty-common.css
+++ b/hyperkitty/static/css/hyperkitty-common.css
@@ -33,13 +33,16 @@
/* Flash messages */
-.flashmsg {
+.flashmsgs {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
-.flashmsg .alert {
+.flashmsgs .flashmsg-wrapper {
+ display: block;
+}
+.flashmsgs .alert {
display: inline-block;
}