- Rebuilt AdminBar. Now renders faster, and has categories in the new content

menu.
 - Reconfigured asset configuration file properties
This commit is contained in:
JT Smith 2008-09-28 19:50:31 +00:00
parent aaa1e0ab0e
commit 564fea1583
9 changed files with 904 additions and 417 deletions

View file

@ -1,3 +1,12 @@
dl.accordion-menu dd.a-m-d div.ncmct {
width: 140px;
border-bottom: 1px solid #bbbbbb;
color: black;
font-weight: bold;
font-size: 12px;
margin-bottom: 5px;
font-family: sans-serif;
}
dl.accordion-menu { margin: 0; padding: 0; width: 160px; background: #eeeeee; position:fixed; _position:absolute; top:0; _top:expression(eval((document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop)); left:0; z-index: 100; } dl.accordion-menu dt.a-m-t { margin: 0; padding: 0; background-color:#dddddd; background-image: url(btn_bg.jpg); font-weight: bold; height: 20px; color: #444444; border: 1px solid #ACACAC; line-height: 20px; font-size: 12px; text-align:center; font-family: sans-serif; } dl.accordion-menu dt.a-m-t-hover{ margin: 0; padding: 0; background:#cdcdcd; } dl.accordion-menu dt.a-m-t-down{ margin: 0; padding: 0; border: solid 1px #222222; border-right-color: #dfdfdf; border-bottom-color: #dfdfdf; } html.accordion-menu-js dt.a-m-t{ margin: 0; padding: 0; cursor:pointer; zoom:1; } dl.accordion-menu dd.a-m-d { margin: 0; padding: 0; overflow: auto; background-color: #eeeeee; background-image: url(panel_bg.jpg); background-repeat: repeat-x; font-weight: normal; } dl.accordion-menu dd.a-m-d .link { margin: 0; padding: 0; display: block; width: 118px; text-align:left; padding-left:20px; text-decoration: none; color: black; font-family: sans-serif; cursor: pointer; font-weight: normal; font-size: 12px; margin-bottom:5px;
margin-left:2px;
letter-spacing:0px;