From a0a28c90048a56027b8e606a9447009778276f06 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 18:06:25 +0530 Subject: [PATCH] changed height of search button --- gazetteer/static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 1c4fa19..d0e3e9c 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -58,6 +58,9 @@ border:1px solid #999; -webkit-border-radius:16px; border-radius:16px;} /*this doesn't work need to find a way to give the outline border radius on focus*/ +#searchButton +{height:30px} + .mapListSection {float:left; width:34%;