From 4631962cd23612497021884fa8782f87399d4bc6 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 17:55:07 +0530 Subject: [PATCH] fixed search, i think.. --- gazetteer/static/css/main.css | 6 +++--- gazetteer/templates/search.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 0c38b70..b175603 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -21,12 +21,12 @@ height:14%;} margin-bottom:2%; height:70%} -#search +.search {margin-left:2%; padding-top:2%; } -#search +.search {width:30%; /*fine if i give this width in percent, right?*/ height:30px; /*here, a fixed width shouldn't be a problem, right?, what is someone's seeing it on an iphone?*/ padding-left:8px; @@ -51,7 +51,7 @@ background-position:100% 50%; background-repeat:no-repeat;} -#search input:focus +.search input:focus {outline:none; border:1px solid #999; -moz-border-radius:16px; diff --git a/gazetteer/templates/search.html b/gazetteer/templates/search.html index 9dbf356..cdf4b12 100644 --- a/gazetteer/templates/search.html +++ b/gazetteer/templates/search.html @@ -21,8 +21,8 @@
-