manager: put date/time widgets next to each other (#54967)

This commit is contained in:
Frédéric Péters 2021-06-18 08:33:49 +02:00
parent 9bc2b7bc55
commit 785341cecc
1 changed files with 4 additions and 0 deletions

View File

@ -477,3 +477,7 @@ form div.widget[id^=id_recurrence] {
border-color: #386ede white;
}
}
div.ui-dialog div.widget .datetime input {
width: auto;
}