- Fixed Trac #196: root menu nodes are no longer hyperlink, thus cannot be opened in a new window/tab.

SVN:trunk[672]
This commit is contained in:
Denis Flaven
2010-08-10 18:38:01 +00:00
parent 9eba34362c
commit c08c12bb72
3 changed files with 6 additions and 2 deletions

View File

@@ -236,6 +236,10 @@ input.textSearch {
background-color:#FFFFFF;
}
#accordion h3 {
padding: 10px;
}
.ui-accordion-content ul {
list-style:none;
padding-left:16px;