#facets { div.facet_limit { clear: both; } ul { padding-top:0.5em; margin-right: 14px; } li { list-style:none; margin-left:1em; padding-bottom:0.3em; padding-left: 50px; clear: left; a.remove { color:#666; margin-right: 0px; padding: 3px 5px; } a:hover { background-color:#eee; } .count { text-align:left; float:left; margin-left: -70px; } &.more_facets_link { text-align:left; float:left; margin-left: -55px; } } span.selected { color:green; } ul,h5 +div { padding-bottom:1em; } } .facet_extended_list { .sort_options { text-align:left; } .prev_next_links { float:right; } } ul.facet_extended_list { clear:both; margin:1.5em 0; li { list-style:none; margin:0.5em 0; } .count { float:left; } } /* Sidenav -------------------------------------------------- */ .sidenav { margin-bottom:1em; padding: 0; background-color: transparent; border: 1px solid $navbarBorder; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065); box-shadow: 0 1px 4px rgba(0,0,0,.065); h5, h4 { display: block; *width: 190px; margin: 0 0 -1px; padding: 8px 14px; } h5 { border-top: 1px solid $navbarBorder; } .facet_limit:last-child > h5 { &.twiddle-open { @include border-bottom-radius(0px); } @include border-bottom-radius(6px); } } #facets .btn-navbar { // Navbar button for toggling navbar items in responsive layouts // These definitions need to come after '.navbar .btn' display: none; float: left; padding: 7px 10px; margin-right: 5px; margin-left: 5px; @include buttonBackground(darken($navbarBackgroundHighlight, 5%), darken($navbarBackground, 5%)); @include box-shadow(#{inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)}); & .icon-bar { display: block; width: 18px; height: 2px; background-color: #f5f5f5; @include border-radius(1px); @include box-shadow(0 1px 0 rgba(0,0,0,.25)); } & .icon-bar + .icon-bar { margin-top: 3px; } } .facets-collapse { h5 { cursor: pointer; } /* Chevrons */ .icon-chevron { float: left; margin-top: 2px; margin-left: -6px; opacity: .25; } .facet_limit h5:hover { background-color: darken($bodyBackground, 10%); } .icon-chevron { @extend .icon-chevron-left; opacity: .5; } .twiddle-open .icon-chevron { @extend .icon-chevron-down; opacity: 1; padding-left:2px; } /* hide the chevron when js isn't supported */ .no-js & .icon-chevron { @extend .icon-chevron-down; padding-left:2px; } h5:hover .icon-chevron, .twiddle-open .icon-chevron { opacity: 1; } } .facet_pagination { @extend .clearfix; }