summaryrefslogtreecommitdiff
path: root/resources/mediawiki.action/mediawiki.action.edit.collapsibleFooter.css
blob: 1af4a7a0a03407ddab595f0fee33d99d93d4e596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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;
}