2021-02-08 16:22:04 +08:00
|
|
|
div.control-list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: row;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.control-list > * {
|
|
|
|
|
margin-right: 0.75rem;
|
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
|
margin-left: 0 !important;
|
2021-02-08 22:30:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ccn-event-eventFormBody > section {
|
|
|
|
|
border-top: 1px solid rgba(219,219,219,.5);
|
2021-02-08 16:22:04 +08:00
|
|
|
}
|