BusyButton.css 359 B

12345678910111213
  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. }