// search field WIP

This commit is contained in:
Kevin Granger
2013-10-21 18:03:00 +02:00
parent 5f75439a6b
commit 2e13013657
7 changed files with 149 additions and 48 deletions
@@ -37,6 +37,8 @@
font-family: $headings-font-family
text-transform: uppercase
font-weight: 300
&:hover
background-color: white
li.active
a, a:hover
background-color: white
@@ -13,7 +13,6 @@ label.control-label span.label-tooltip
padding: 0 5px
@include border-radius(3px)
label.required:before
content: '*'
color: red
@@ -45,7 +44,10 @@ textarea
@include box-shadow(darken($btn-default-bg,10%) 0 -2px 0 inset)
&.btn-primary
@include box-shadow(lighten($brand-success,30%) 0 -2px 0 inset)
background-color: $brand-primary
color: white
border-color: darken($brand-primary,10%)
//@include box-shadow(lighten($brand-success,30%) 0 -2px 0 inset)
&.btn-default[disabled]
border-color: $gray-light
@@ -52,12 +52,22 @@
#header_search
@extend .navbar-form
@extend .navbar-left
width: 130px
width: 160px
padding: 0 0 0 10px
position: relative
@media (max-width: $screen-tablet)
width: 100%
input, .form-group
margin: 0
.form-group.focus-search
position: absolute
z-index: 900
top: 0
left: 10px
width: 400px
#header_quick
@extend .nav
@extend .navbar-nav