summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/static/media')
-rw-r--r--ishtar_common/static/media/images/indicator.gifbin0 -> 1553 bytes
-rw-r--r--ishtar_common/static/media/style.css5
2 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/static/media/images/indicator.gif b/ishtar_common/static/media/images/indicator.gif
new file mode 100644
index 000000000..085ccaeca
--- /dev/null
+++ b/ishtar_common/static/media/images/indicator.gif
Binary files differ
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index e59f84e85..ba95e5863 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -382,6 +382,10 @@ table.confirm tr.spacer td:last-child{
font-size:0.7em
}
+.ui-autocomplete-loading {
+ background:url('images/indicator.gif') no-repeat right center;
+}
+
.jqgrid{
cursor:pointer;
}
@@ -664,6 +668,7 @@ a.remove{
}
#progress-content{
+ cursor:pointer;
background-image:url(images/ajax-loader.gif);
background-repeat: no-repeat;
background-position:center center;