From 567dec85be4f54a0fa3eb62b47b2c64a8e57d4cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 27 Oct 2013 20:44:28 +0100 Subject: Add a small ajax loader on autocomplete search --- chimere/static/chimere/css/styles.css | 4 ++++ chimere/static/chimere/img/ajax-loader-small.gif | Bin 0 -> 1553 bytes 2 files changed, 4 insertions(+) create mode 100644 chimere/static/chimere/img/ajax-loader-small.gif 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 Binary files /dev/null and b/chimere/static/chimere/img/ajax-loader-small.gif differ -- cgit v1.2.3