Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / form / resources / BusyButton.css

History | View | Annotate | Download (182 Bytes)

1 9 andrej.cim
2
.dojoxBusyButtonIcon {
3
        width: 10px;
4
        height: 10px;
5
        vertical-align: middle;
6
        margin-left: 4px;
7
        background-image: url('images/loading_wheel.gif');
8
        background-repeat: no-repeat;
9
}