1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +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 9a3e4ce4fe
commit 4d2aac7645
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;
}
}

View File

@@ -7,6 +7,7 @@
@import "DiscussionList.less";
@import "DiscussionListItem.less";
@import "DiscussionPage.less";
@import "EditUserModal.less";
@import "Hero.less";
@import "IndexPage.less";
@import "LogInModal.less";

View File

@@ -1,3 +1,11 @@
.Form-group {
margin-bottom: 24px;
&:last-child {
margin-bottom: 0 !important;
}
}
.Form--centered {
text-align: center;
@@ -8,17 +16,13 @@
padding: 15px 20px;
font-size: 15px;
}
}
.Form-group {
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
.Form-group {
margin-bottom: 12px;
}
}
.Form-group label {
.Form-group > label {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;