From b7af0cb0cafad9dcd40c81e0c3bbd505707ed636 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 17:33:54 +0530 Subject: [PATCH 1/4] submit button fixed. --- gazetteer/static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 36968eb..0c38b70 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 input +#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;