CronEdit...geht weiter
This commit is contained in:
parent
b1b941c82a
commit
39556f7613
3 changed files with 179 additions and 0 deletions
|
|
@ -445,4 +445,19 @@ text-decoration: underline;
|
|||
.automation-table .action-column {
|
||||
text-align: right;
|
||||
width: 180px;
|
||||
}
|
||||
.weekday-selector {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.weekday-selector label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.schedule-block {
|
||||
margin-top: 20px;
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue