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/mediawiki.action/mediawiki.action.edit.collapsibleFooter.css

17 lines
441 B
CSS

/* Styles for collapsible lists of templates used and hidden categories */
.mw-editfooter-toggler {
cursor: pointer;
background-position: left center;
padding-left: 16px;
}
.mw-editfooter-list {
margin-bottom: 1em;
margin-left: 2.5em;
}
/* Show/hide animation is incorrect if the table has a margin set. Extra
* "table.wikitable" is needed in the selector for CSS specificity. */
table.wikitable.preview-limit-report {
margin: 0;
}