summaryrefslogtreecommitdiff
path: root/extensions/InputBox/resources/ext.inputBox.styles.css
blob: 9a996a4af8109a3ca463e71094ff17d38c2eb63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.mw-inputbox-centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mw-inputbox-inline {
	display: inline;
}

.mw-inputbox-element {
	/* important is needed to overwrite display:table from mw-ui checkbox */
	display: inline-table !important;
	white-space: nowrap;
}