1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +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 60900f4837
commit 7638571b82
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;