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

Expand reason descriptions and add configurable link to community guidelines

This commit is contained in:
Toby Zerner
2015-11-04 12:59:29 +10:30
parent 39b8f0ad7a
commit 379b1f0831
5 changed files with 67 additions and 7 deletions

View File

@@ -56,3 +56,17 @@
display: none;
}
}
.FlagPostModal {
.Form-group {
margin-bottom: 20px;
}
.checkbox {
margin-bottom: 12px;
strong {
display: block;
color: @text-color;
}
}
}