summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/form/resources/BusyButton.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dojox/form/resources/BusyButton.css')
-rw-r--r--js/dojo-1.6/dojox/form/resources/BusyButton.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/form/resources/BusyButton.css b/js/dojo-1.6/dojox/form/resources/BusyButton.css
new file mode 100644
index 0000000..c4be3ee
--- /dev/null
+++ b/js/dojo-1.6/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