1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Show login modal when starting a discussion as a guest

This commit is contained in:
Toby Zerner
2015-05-04 10:44:03 +09:30
parent ebcf045ca1
commit 538784744c
4 changed files with 13 additions and 3 deletions

View File

@@ -8,6 +8,9 @@
opacity: 0.9;
}
}
.modal-alert {
text-align: center;
}
.modal-body {
background-color: @fl-body-secondary-color;
padding: 25px;