summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/form/resources/BusyButton.css
blob: c4be3eede119ed849db85e5e2135557525be2ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
**----------------------------------------------------------------------------
**  BusyButton
**----------------------------------------------------------------------------
*/
.dojoxBusyButtonIcon {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-left: 4px;
	background-image: url('images/loading_wheel.gif');
	background-repeat: no-repeat;
}