made search padding changes
This commit is contained in:
parent
bc3108696f
commit
80abe92198
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user