travis-web/assets/stylesheets/left.sass
2012-09-10 00:52:42 +02:00

35 lines
632 B
Sass

@import "compass"
body#home,
body#profile
background: inline-image('ui/background-left.png') repeat-y -27px top
#left
position: absolute
z-index: 10
width: 400px
#search_box
height: 90px
padding: 30px 20px 0 20px
background-color: #e5e8ee
input[type=text]
height: 28px
width: 97%
padding: 0 0 0 10px
font-size: 10pt
color: #666
border: 1px solid #ddd
@include border-radius(4px)
background: #fff inline-image('icons/search.png') no-repeat 335px 8px
.tabs
#tab_owned
display: none
.tabs
#tab_owned.display
display: inline-block