mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
bug fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5073 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
650a9e9361
commit
1226bdb589
1 changed files with 15 additions and 15 deletions
|
|
@ -40,7 +40,7 @@
|
|||
.simpleTree .root
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/root.gif) no-repeat 16px 0 #ffffff;
|
||||
background: url(../tpl/images/tree/root.gif) no-repeat 16px 0 #ffffff;
|
||||
}
|
||||
.simpleTree .line
|
||||
{
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
line-height: 3px;
|
||||
height:3px;
|
||||
font-size:3px;
|
||||
background: url(./common/tpl/images/tree/line_bg.gif) 0 0 no-repeat transparent;
|
||||
background: url(../tpl/images/tree/line_bg.gif) 0 0 no-repeat transparent;
|
||||
}
|
||||
.simpleTree .line-last
|
||||
{
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
line-height: 3px;
|
||||
height:3px;
|
||||
font-size:3px;
|
||||
background: url(./common/tpl/images/tree/spacer.gif) 0 0 no-repeat transparent;
|
||||
background: url(../tpl/images/tree/spacer.gif) 0 0 no-repeat transparent;
|
||||
}
|
||||
.simpleTree .line-over
|
||||
{
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
line-height: 3px;
|
||||
height:3px;
|
||||
font-size:3px;
|
||||
background: url(./common/tpl/images/tree/line_bg_over.gif) 0 0 no-repeat transparent;
|
||||
background: url(../tpl/images/tree/line_bg_over.gif) 0 0 no-repeat transparent;
|
||||
}
|
||||
.simpleTree .line-over-last
|
||||
{
|
||||
|
|
@ -76,41 +76,41 @@
|
|||
line-height: 3px;
|
||||
height:3px;
|
||||
font-size:3px;
|
||||
background: url(./common/tpl/images/tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
|
||||
background: url(../tpl/images/tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
|
||||
}
|
||||
.simpleTree .folder-open
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/collapsable.gif) 0 -2px no-repeat #fff;
|
||||
background: url(../tpl/images/tree/collapsable.gif) 0 -2px no-repeat #fff;
|
||||
}
|
||||
.simpleTree .folder-open-last
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/collapsable-last.gif) 0 -2px no-repeat #fff;
|
||||
background: url(../tpl/images/tree/collapsable-last.gif) 0 -2px no-repeat #fff;
|
||||
}
|
||||
.simpleTree .folder-close
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/expandable.gif) 0 -2px no-repeat #fff;
|
||||
background: url(../tpl/images/tree/expandable.gif) 0 -2px no-repeat #fff;
|
||||
}
|
||||
.simpleTree .folder-close-last
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/expandable-last.gif) 0 -2px no-repeat #fff;
|
||||
background: url(../tpl/images/tree/expandable-last.gif) 0 -2px no-repeat #fff;
|
||||
}
|
||||
.simpleTree .doc
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/leaf.gif) 0 -1px no-repeat #fff;
|
||||
background: url(../tpl/images/tree/leaf.gif) 0 -1px no-repeat #fff;
|
||||
}
|
||||
.simpleTree .doc-last
|
||||
{
|
||||
margin-left:-16px;
|
||||
background: url(./common/tpl/images/tree/leaf-last.gif) 0 -1px no-repeat #fff;
|
||||
background: url(../tpl/images/tree/leaf-last.gif) 0 -1px no-repeat #fff;
|
||||
}
|
||||
.simpleTree .ajax
|
||||
{
|
||||
background: url(./common/tpl/images/tree/spinner.gif) no-repeat 0 0 #ffffff;
|
||||
background: url(../tpl/images/tree/spinner.gif) no-repeat 0 0 #ffffff;
|
||||
height: 16px;
|
||||
display:none;
|
||||
}
|
||||
|
|
@ -169,16 +169,16 @@
|
|||
|
||||
#drag_container li.doc, #drag_container li.doc-last
|
||||
{
|
||||
background: url(./common/tpl/images/tree/leaf.gif) no-repeat -17px 0 #ffffff;
|
||||
background: url(../tpl/images/tree/leaf.gif) no-repeat -17px 0 #ffffff;
|
||||
}
|
||||
#drag_container .folder-close, #drag_container .folder-close-last
|
||||
{
|
||||
background: url(./common/tpl/images/tree/expandable.gif) no-repeat -17px 0 #ffffff;
|
||||
background: url(../tpl/images/tree/expandable.gif) no-repeat -17px 0 #ffffff;
|
||||
}
|
||||
|
||||
#drag_container .folder-open, #drag_container .folder-open-last
|
||||
{
|
||||
background: url(./common/tpl/images/tree/collapsable.gif) no-repeat -17px 0 #ffffff;
|
||||
background: url(../tpl/images/tree/collapsable.gif) no-repeat -17px 0 #ffffff;
|
||||
}
|
||||
.contextMenu
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue