aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_search.sass
blob: 4de9c02129938beea301ea6ea43d009cd29b8ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#search
  position: absolute
  left= !page_width + !sidebar_margin - !sidebar_width
  top= 10%
  form
    background: url(/images/search_bg.png) no-repeat
    padding: 2px 0 0
    height: 28px
    width: 218px
  #q
    background: none
    width: 160px
    margin-left: 30px
    font-size: 15px
    border: none
    color: #aaa
    &:focus
      outline: none