add space between consecutive forms and divs,legends

This commit is contained in:
Uwe Steinmann 2024-11-07 08:51:08 +01:00
parent d1d348deb9
commit 58a29b675b
2 changed files with 16 additions and 0 deletions

View File

@ -99,6 +99,14 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
background-color: #E0E0E0; background-color: #E0E0E0;
} }
form + legend {
margin-top: 20px;
}
form + div {
margin-top: 10px;
}
legend > span { legend > span {
float: right; float: right;
} }

View File

@ -118,6 +118,14 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
background-color: #E0E0E0; background-color: #E0E0E0;
} }
form + legend {
margin-top: 20px;
}
form + div {
margin-top: 10px;
}
legend > span { legend > span {
float: right; float: right;
} }