added wiki assets
added accordion javascript object
This commit is contained in:
parent
b42e213888
commit
d67a28fee2
14 changed files with 1354 additions and 9 deletions
11
www/extras/yui-webgui/resources/css/accordion.css
Normal file
11
www/extras/yui-webgui/resources/css/accordion.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.accordion { }
|
||||
|
||||
.accordionHeader {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.accordionBody {
|
||||
height: 0px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue