mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui sitetree padding across cms sections
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70393 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
75e92118fa
commit
a9733bc767
@ -338,10 +338,13 @@ body.stillLoading select {
|
||||
#SearchBox #SiteTreeSearchTerm {
|
||||
padding: 1px 0 2px 0;
|
||||
}
|
||||
#sitetree_ul {
|
||||
#sitetree_ul, ul#sitetree {
|
||||
padding: 3px 0 0 3px;
|
||||
clear: left;
|
||||
}
|
||||
#sitetree_ul ul#sitetree {
|
||||
padding: 0;
|
||||
}
|
||||
#sitetree {
|
||||
width: 500px; /* IE's chocking right now */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user