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

Implement edit user modal

EditUserHandler is a bit rough
This commit is contained in:
Toby Zerner
2015-08-05 11:49:37 +09:30
parent fff2ffe847
commit 1679f1e27b
12 changed files with 236 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
.EditUserModal-groups {
.checkbox {
margin-bottom: 10px;
}
.Badge {
margin: -3px 3px -3px 0;
vertical-align: 1px;
}
}