mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
improve spacing of sitetree for smaller screens
This commit is contained in:
parent
6254f186b1
commit
364ab957e6
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
@ -11252,11 +11252,13 @@ form.small .cms-file-info-data .field .middleColumn{
|
||||
|
||||
.cms li.jstree-open>ul,.TreeDropdownField .treedropdownfield-panel li.jstree-open>ul{
|
||||
display:block;
|
||||
margin-left:-13px;
|
||||
margin-left:-15px;
|
||||
margin-right:-20px;
|
||||
}
|
||||
|
||||
.cms li.jstree-open>ul li ul,.TreeDropdownField .treedropdownfield-panel li.jstree-open>ul li ul{
|
||||
margin-left:2px;
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.cms li.jstree-closed>ul,.TreeDropdownField .treedropdownfield-panel li.jstree-closed>ul{
|
||||
|
@ -164,11 +164,15 @@
|
||||
|
||||
li.jstree-open > ul {
|
||||
display: block;
|
||||
margin-left: -13px;
|
||||
margin-left: -15px;
|
||||
margin-right: -20px;
|
||||
|
||||
li ul {
|
||||
margin-left:2px;
|
||||
margin-left: 2px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
li.jstree-closed > ul {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user