Autostart-Funktionalität implementiert: Crontab-Syntax, Scheduler und UI-Integration
This commit is contained in:
@@ -281,6 +281,29 @@ body {
|
||||
border-top-color: var(--brand-primary) !important;
|
||||
}
|
||||
|
||||
/* Autostart-Checkbox Styling - vereinfacht */
|
||||
.form-check {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 38px; /* Gleiche Höhe wie form-control */
|
||||
}
|
||||
|
||||
/* Spezifische Ausrichtung für die Autostart-Zeile */
|
||||
.row .col-md-6 .form-check {
|
||||
height: 38px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Mehr Abstand zwischen Checkbox und Label */
|
||||
.form-check-input[type="checkbox"] {
|
||||
margin-right: 0.5em; /* Erhöhter Abstand zur Checkbox */
|
||||
}
|
||||
|
||||
.form-check-label {
|
||||
margin-left: 0.5em; /* Zusätzlicher Abstand zum Label */
|
||||
}
|
||||
|
||||
/* Content Header */
|
||||
.content-header {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user