- split frontend and backend. - update backend with modern Python dev strategies.
17 lines
283 B
CSS
17 lines
283 B
CSS
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;
|
|
}
|
|
|
|
|
|
|
|
#ccn-event-eventFormBody > section {
|
|
border-top: 1px solid rgba(219,219,219,.5);
|
|
} |