wiki.techinc.nl/resources/jquery/jquery.makeCollapsible.css
Krinkle acd441380d Remove resize/arrow cursors from jquery.makeCollapsible
* In Safari they look nice (a visual clue which direction we're heading on-click) but on other browsers there is only a general arrow-icon that points both up and down, and other browsers have an even weirder cursor for this. Summarized: It's inconsistent and redundant with the text-label we already have.

(Poke r79083 CR)
2011-06-12 00:17:02 +00:00

14 lines
318 B
CSS

/* See also jquery.makeCollapsible.js */
.mw-collapsible-toggle {
float: right;
}
/* list-items go as wide as their parent element, don't float them inside list items */
li .mw-collapsible-toggle {
float: none;
}
/* the added list item should have no list-style */
.mw-collapsible-toggle-li {
list-style: none;
}