2017-09-14 01:06:41 +08:00
|
|
|
.suspend-user-modal {
|
2017-09-14 04:44:47 +08:00
|
|
|
.until-controls {
|
2017-09-14 01:06:41 +08:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suspend-reason {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.suspend-reason-label,
|
|
|
|
.suspend-message-label {
|
2017-09-14 01:06:41 +08:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.textarea,
|
|
|
|
input[type="text"] {
|
2017-09-14 01:06:41 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
height: 2.5em;
|
|
|
|
}
|
2017-09-14 02:11:33 +08:00
|
|
|
|
|
|
|
.inline-spinner {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-09-14 01:06:41 +08:00
|
|
|
}
|
2018-01-31 05:31:29 +08:00
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
.penalty-post-edit {
|
|
|
|
margin-top: 1em;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: 10em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|