settings application
.env db params+global settings in admin model ECVI plugin module
This commit is contained in:
16
staticfiles/scheduler/admin.css
Normal file
16
staticfiles/scheduler/admin.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.checkbox-row {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.checkbox-row label {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.form-row.last_run span {
|
||||
font-weight: bold;
|
||||
margin-left: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user