search alignment
This commit is contained in:
parent
5801d1224b
commit
3ba5124aef
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user