blog/stylesheets/partials/_search.sass
2010-03-10 13:59:18 -06:00

20 lines
395 B
Sass

#search
position: absolute
left: #{!page_width + !sidebar_margin - !sidebar_width}
top: #{30%}
form
background: url(/images/search_bg.png) no-repeat
padding: 0
height: 28px
width: 218px
#q
background: none
position: relative
top: 1px
width: 160px
margin-left: 30px
font-size: 15px
border: none
color: #aaa
&:focus
outline: none