From 7f7ccbe8a0afddcfd826b200e0c8f18ff6d6dcc9 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 17:22:50 +0530 Subject: [PATCH] added loading icon, submit button.. --- gazetteer/static/css/main.css | 9 +++++---- gazetteer/templates/search.html | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index b5f83e3..76dfa78 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -46,7 +46,8 @@ border:1px solid #c8c6c6; -webkit-border-radius:16px; border-radius:20px; */ -} +background-image:url(/static/images/loading-indicator.gif); +background-position:100% 50%;} .search input:focus @@ -74,11 +75,11 @@ cursor:pointer;} {color:#7e4444;} .map -{ -float:left; +{float:left; width:60%; margin-right:2%; -height:100%; /*please delete this fixed height*/} +height:100%; +border:1px solid #666;} .paginate {width:320px; /*is a fixed width fine, because percentages screw this up*/ diff --git a/gazetteer/templates/search.html b/gazetteer/templates/search.html index 93103e0..9dbf356 100644 --- a/gazetteer/templates/search.html +++ b/gazetteer/templates/search.html @@ -23,6 +23,7 @@