Adding a quotation marks message to core.
[mediawiki.git] / resources / mediawiki.action / mediawiki.action.edit.collapsibleFooter.css
blob1af4a7a0a03407ddab595f0fee33d99d93d4e596
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;
8 .mw-editfooter-list {
9 margin-bottom: 1em;
10 margin-left: 2.5em;
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;