source: Dev/trunk/src/client/dojox/form/resources/BusyButton.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 359 bytes
Line 
1/*
2**----------------------------------------------------------------------------
3**  BusyButton
4**----------------------------------------------------------------------------
5*/
6.dojoxBusyButtonIcon {
7        width: 10px;
8        height: 10px;
9        vertical-align: middle;
10        margin-left: 4px;
11        background-image: url('images/loading_wheel.gif');
12        background-repeat: no-repeat;
13}
Note: See TracBrowser for help on using the repository browser.