This commit is contained in:
@@ -257,4 +257,32 @@ small {
|
||||
margin-right: 5px; /* Отступ справа от чекбокса до текста */
|
||||
vertical-align: middle; /* Выравнивание по вертикали */
|
||||
box-shadow: none; /* Убираем тень, если есть */
|
||||
}
|
||||
|
||||
.cron-constructor {
|
||||
border: 1px solid #e0e0e0;
|
||||
padding: 15px;
|
||||
margin-top: 15px;
|
||||
border-radius: 5px;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
.cron-constructor h4 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.cron-row {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.cron-row select {
|
||||
flex-grow: 1;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
#cron-output {
|
||||
background-color: #e9ecef;
|
||||
font-family: monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user