refactor: refactor for modern layout
- split frontend and backend. - update backend with modern Python dev strategies.
This commit is contained in:
17
frontend/static/css/event.css
Normal file
17
frontend/static/css/event.css
Normal file
@@ -0,0 +1,17 @@
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user