mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
17 lines
441 B
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;
|
|
}
|