blog/stylesheets/partials/_search.sass

20 lines
395 B
Sass
Raw Normal View History

#search
position: absolute
2010-03-10 19:59:18 +00:00
left: #{!page_width + !sidebar_margin - !sidebar_width}
top: #{30%}
form
background: url(/images/search_bg.png) no-repeat
2009-11-12 20:14:08 +00:00
padding: 0
height: 28px
width: 218px
#q
background: none
2009-11-12 20:14:08 +00:00
position: relative
top: 1px
width: 160px
margin-left: 30px
font-size: 15px
border: none
color: #aaa
&:focus
outline: none