villeurbanne-intranet: reduce forms top padding (#53917)

This commit is contained in:
Serghei Mihai 2021-05-11 11:52:26 +02:00
parent f6d4c36edf
commit 68639ce094
1 changed files with 7 additions and 0 deletions

View File

@ -143,3 +143,10 @@ ul#evolutions li div.msg,
.tracking-code-part {
background-color: white;
}
div#rub_service div.dataview,
div#rub_service dl#evolutions,
div#rub_service .drafts-recall,
div#rub_service form {
padding-top: 0;
}