2017-05-12 06:23:18 +08:00
|
|
|
.edit-topic-timer-modal {
|
2021-02-03 08:13:32 +08:00
|
|
|
.select-kit.combo-box {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.modal-footer {
|
|
|
|
margin: 0;
|
|
|
|
border-top: 0;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
2021-03-02 14:55:41 +08:00
|
|
|
.modal-inner-container {
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-width: 310px;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
.modal-body {
|
|
|
|
max-height: none;
|
2021-02-03 08:13:32 +08:00
|
|
|
width: 375px;
|
2021-03-02 14:55:41 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
|
2021-02-03 08:13:32 +08:00
|
|
|
.control-label {
|
|
|
|
font-weight: 700;
|
2018-08-13 14:04:20 +08:00
|
|
|
}
|
|
|
|
}
|
2017-10-05 11:48:42 +08:00
|
|
|
.radios {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
label {
|
2019-01-23 01:33:46 +08:00
|
|
|
display: inline-flex;
|
2017-10-05 11:48:42 +08:00
|
|
|
padding-right: 5px;
|
2019-01-23 01:33:46 +08:00
|
|
|
align-items: center;
|
2017-10-05 11:48:42 +08:00
|
|
|
input {
|
2019-01-23 01:33:46 +08:00
|
|
|
margin-top: 0;
|
2017-10-05 11:48:42 +08:00
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|
2021-02-03 08:13:32 +08:00
|
|
|
.topic-timer-duration {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
.btn.pull-right {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2018-08-13 14:04:20 +08:00
|
|
|
.pika-single {
|
|
|
|
position: absolute !important; /* inline JS styles */
|
|
|
|
}
|
2021-02-15 10:49:57 +08:00
|
|
|
|
|
|
|
.modal-topic-timer-info {
|
2021-02-16 10:07:30 +08:00
|
|
|
.topic-timer-info {
|
2021-02-15 10:49:57 +08:00
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|