From 80abe92198a2f3075690de5203525eaf50ae7d72 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 22:25:53 +0530 Subject: [PATCH] made search padding changes --- gazetteer/static/css/main.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index ef8ffff..a986024 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -31,11 +31,14 @@ padding-top:2%;} height:24px; /*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; +-moz-border-radius:16px; +-webkit-border-radius:16px; +border-radius: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:16px; /* -moz-box-shadow:inset 2px 2px 8px 1px #aca7a7; @@ -61,7 +64,12 @@ border-radius:16px;} /*this doesn't work need to find a way to give the outline #searchButton {height:24px; -margin-left:2%;} +margin-left:2%; +padding-left:2px; +padding-right:2px; +-moz-border-radius:8px; +-webkit-border-radius:8px; +border-radius:8px;} #logoText {font-family:Garamond, "Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif;