9 lines
181 B
CSS
Raw Normal View History

2012-06-19 12:07:43 +10:00
.dojoxBusyButtonIcon {
width: 10px;
height: 10px;
vertical-align: middle;
margin-left: 4px;
background-image: url('images/loading_wheel.gif');
background-repeat: no-repeat;
}