Modified the menu to use the accordion widget, which is slick and allows it to match the current theme.

git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@745 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-23 18:30:17 +00:00
parent 65c3f28484
commit 11be0ff9cb
2 changed files with 36 additions and 34 deletions

View File

@@ -3,32 +3,8 @@
* Side Menu Layout
*/
td#sidecolumn { width: 10em; background: lightblue; text-align: left; }
td#sidecolumn .header ,
td#sidecolumn .item { white-space : nowrap; }
/************************************************************
************************************************************
* Menu Headers
*/
td#sidecolumn .header { margin-top: 0.4em;
background: blue;
color: white;
font-weight: bold;
}
/************************************************************
************************************************************
* Menu Separators
*/
td#sidecolumn hr { margin-top: 0.4em; margin-bottom: 0.3em; }
td#sidecolumn { width: 12em; text-align: left; }
#sidemenu { height: 20em; }
/************************************************************
@@ -36,5 +12,10 @@ td#sidecolumn hr { margin-top: 0.4em; margin-bottom: 0.3em; }
* Menu Items
*/
td#sidecolumn .item { padding-left: 0.6em; }
.sidemenu-header, .sidemenu-item { white-space : nowrap; }
#sidemenu.ui-accordion .ui-accordion-header .ui-icon { left: .2em; }
#sidemenu.ui-accordion .ui-accordion-header { padding: 0 0.5em 0 1.1em; }
#sidemenu.ui-accordion .ui-accordion-content { padding: 0 0.5em 0 1.1em; }