summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chimere/static/chimere/css/styles.css4
-rw-r--r--chimere/static/chimere/img/ajax-loader-small.gifbin0 -> 1553 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 0f17640..e2f8471 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -31,6 +31,10 @@ h2, h3, th, .action li, .action li a,
color:#aaa;
}
+.ui-autocomplete-loading {
+ background:url('../img/ajax-loader-small.gif') no-repeat right center;
+}
+
.nominatim-search,
#chimere_total_label td.l{
color:#000;
diff --git a/chimere/static/chimere/img/ajax-loader-small.gif b/chimere/static/chimere/img/ajax-loader-small.gif
new file mode 100644
index 0000000..085ccae
--- /dev/null
+++ b/chimere/static/chimere/img/ajax-loader-small.gif
Binary files differ