1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/resources/jquery/jquery.makeCollapsible.css

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;
}