diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/form/resources/BusyButton.css')
| -rw-r--r-- | js/dojo-1.7.2/dojox/form/resources/BusyButton.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/form/resources/BusyButton.css b/js/dojo-1.7.2/dojox/form/resources/BusyButton.css new file mode 100644 index 0000000..c4be3ee --- /dev/null +++ b/js/dojo-1.7.2/dojox/form/resources/BusyButton.css @@ -0,0 +1,13 @@ +/* +**---------------------------------------------------------------------------- +** BusyButton +**---------------------------------------------------------------------------- +*/ +.dojoxBusyButtonIcon { + width: 10px; + height: 10px; + vertical-align: middle; + margin-left: 4px; + background-image: url('images/loading_wheel.gif'); + background-repeat: no-repeat; +}
\ No newline at end of file |
