From 3ba5124aef078b88e5255d645d2e1310cb172752 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 20:44:27 +0530 Subject: [PATCH] search alignment --- gazetteer/static/css/main.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 2114cea..3f25487 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -28,14 +28,14 @@ padding-top:2%;} .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; -padding-right:8px; +height:24px; /*here, a fixed width shouldn't be a problem, right?, what is someone's seeing it on an iphone?*/ +padding-left:16px; +padding-right:16px; /*-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px; -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px; box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px; background-color:rgba(254, 254, 254, 0.9);*/ -border-radius:8px; +border-radius:16px; /* -moz-box-shadow:inset 2px 2px 8px 1px #aca7a7; @@ -60,13 +60,12 @@ border:1px solid #999; border-radius:16px;} /*this doesn't work need to find a way to give the outline border radius on focus*/ #searchButton -{height:30px;} +{height:24px;} #logoText -{font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif; +{font-family:Garamond, "Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif; font-weight:bold; font-size:18px; -margin-top:2%; text-transform:uppercase; color:#666;}