dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
13 lines • 359 B
CSS
/*
**----------------------------------------------------------------------------
** BusyButton
**----------------------------------------------------------------------------
*/
.dojoxBusyButtonIcon {
width: 10px;
height: 10px;
vertical-align: middle;
margin-left: 4px;
background-image: url('images/loading_wheel.gif');
background-repeat: no-repeat;
}