mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
add space between consecutive forms and divs,legends
This commit is contained in:
parent
d1d348deb9
commit
58a29b675b
|
@ -99,6 +99,14 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
|
|||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
form + legend {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
form + div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
legend > span {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -118,6 +118,14 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
|
|||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
form + legend {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
form + div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
legend > span {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user