summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css
blob: 09cacb60deb7afdb2c774c0ce1283d4867b77cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.mw-tpt-sp-section {
	padding-bottom: 3ex;
}

.mw-tpt-sp-section-type-old {
	opacity: 0.65;
}

.mw-tpt-sp-legend {
	font-weight: bold;
	font-size: 110%;
}

.mw-tpt-sp-content {
	font-size: small;
	padding-left: 2em;
	padding-right: 2em;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}