Merge "Add unit tests for ChangeTags::modifyDisplayQuery()"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.collapsibleFooter.css
1 /* Styles for collapsible lists of templates used and hidden categories */
2 .mw-editfooter-toggler {
3 cursor: pointer;
4 background-position: left center;
5 padding-left: 16px;
6 }
7
8 .mw-editfooter-list {
9 margin-bottom: 1em;
10 margin-left: 2.5em;
11 }
12
13 /* Show/hide animation is incorrect if the table has a margin set. Extra
14 * "table.wikitable" is needed in the selector for CSS specificity. */
15 table.wikitable.preview-limit-report {
16 margin: 0;
17 }