Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.tocCollapse.css |
— | — | @@ -0,0 +1,20 @@ |
| 2 | +/* Collapsing changes */ |
| 3 | +.wikiEditor-ui-toc ul{ |
| 4 | + width:132px; |
| 5 | + float:left; |
| 6 | +} |
| 7 | +.wikiEditor-ui-toc ul ul{ |
| 8 | + width:auto; |
| 9 | +} |
| 10 | +#wikiEditor-ui-toc-colapse{ |
| 11 | + height:100%; |
| 12 | + width:18px; |
| 13 | + float:left; |
| 14 | +} |
| 15 | +.wikiEditor-ui-toc-collapse-open{ |
| 16 | + background:#f3f3f3 url(../images/wikiEditor/toc/close.png) 4px 50% no-repeat; |
| 17 | + border-left:1px solid #DDDDDD; |
| 18 | +} |
| 19 | +.wikiEditor-ui-toc-collapse-closed{ |
| 20 | + background:#f3f3f3 url(../images/wikiEditor/toc/open.png) 4px 50% no-repeat; |
| 21 | +} |
\ No newline at end of file |