|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/performancepartsinc/main/administrator/components/com_menus/assets/ |
Upload File : |
/* ---- Basic tree styles ------------------- */
.jtree ul, .jtree li { margin: 0; padding: 0; list-style: none; }
/* ---- Tree layout ------------------------- */
.jtree ul { margin-left: 20px; }
.jtree li { background: url(images/line.gif) repeat-y; }
.jtree li.last { background-image: none; }
.jtree div {
height: 100%; padding: 4px 0 4px 40px;
background-repeat: no-repeat; background-position: left bottom;
}
.jtree span {
display: block; position: absolute; width: 18px; height: 18px; margin: 0 0 0 -20px;
background-repeat: no-repeat; border: 0 none;
}
.jtree a {}
.jtree .root { padding-left: 20px;}
.jtree .root span { background: url(images/base.gif) no-repeat left bottom; }
.jtree .node { background-image: url(images/plus.gif); }
.jtree .node span { background-image: url(images/folder.gif); }
.jtree li.last .node { background-image: url(images/plusbottom.gif); }
.jtree li.last .node span { background-image: url(images/folder.gif); }
.jtree .node-open { background-image: url(images/minus.gif); }
.jtree .node-open span { background-image: url(images/folderopen.gif); }
.jtree li.last .node-open { background-image: url(images/minusbottom.gif); }
.jtree li.last .node-open span { background-image: url(images/folderopen.gif); }
.jtree .leaf { background-image: url(images/join.gif); }
.jtree .leaf span { background-image: url(images/page.gif); }
.jtree li.last .leaf { background-image: url(images/joinbottom.gif); }
.jtree li.last .leaf span { background-image: url(images/page.gif); }
.jtree .base { background-image: url(images/blank.gif); }
.jtree .base span { background-image: url(images/folder.gif); }
.jtree li.last .base { background-image: url(images/blankbottom.gif); }
.jtree li.last .base span { background-image: url(images/folder.gif); }
.jtree ul .node { padding: 4px 0 4px 20px; }
.jtree ul .node span { display: none; }
.jtree ul .node-open { padding: 4px 0 4px 20px; }
.jtree ul .node-open span { display: none; }
.jtree ul li.last .node span { display: none; }
.jtree ul li.last .node span { padding: 4px 0 4px 20px; }
.jtree ul li.last .node-open span { display: none; }
.jtree ul li.last .node-open span { padding: 4px 0 4px 20px; }
/* ---- Specific layout ------------------------- */
#internal-node {}
#external-node {}
#separator-node {}
#link-node {}