cms ui: fixed line background to drop down from root node

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70240 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
James Kirkus-Lamont 2009-01-15 22:26:41 +00:00 committed by Sam Minnee
parent 38906cfdef
commit 58d7cdb164

View File

@ -300,12 +300,17 @@ ul.tree span.a.last.Root span.c,
ul.tree span.a.children.Root span.c {
margin: 0;
}
ul.tree span.a.Root span.c {
background: url(../../jsparty/tree/images/i-bottom.gif) no-repeat scroll 0 50%;
}
ul#sitetree.tree ul {
margin-left: 0;
}
ul#sitetree.tree ul ul {
padding-left: 16px;
background: url(../../jsparty/tree/images/i-repeater.gif) repeat-y scroll 0 50% !important;
background: url(../../jsparty/tree/images/i-repeater.gif) repeat-y scroll 0 50%;
}