Closing tags in jQuery-element creation. Bug in jQuery, using the shortcut doens...
[lhc/web/wiklou.git] / resources / jquery / jquery.makeCollapsible.css
1 /* See also jquery.makeCollapsible.js */
2 .mw-collapsible-toggle {
3 float:right;
4 }
5 .mw-collapsible-toggle-expanded,
6 .mw-collapsible-toggle-expanded a {
7 cursor:n-resize;
8 }
9 .mw-collapsible-toggle-collapsed,
10 .mw-collapsible-toggle-collapsed a {
11 cursor:s-resize;
12 }
13 /* list-items go as wide as their parent element, don't float them inside list items */
14 li .mw-collapsible-toggle {
15 float:none;
16 }
17 /* the added list item should have no list-style */
18 .mw-collapsible-toggle-li {
19 list-style:none;
20 }