summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.spinner.css
blob: 150a51b41daa06e74ca11e40584e3eb1d66a1f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.mw-spinner {
	/* @embed */
	background: transparent url(images/spinner.gif);
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	
	/* IE < 8 Hacks */
	zoom: 1;
	*display: inline;
}