Sha256: 062f3f11191b77ec5f6bf77347390df8a17df7d8ce9f36fd7f44650b9df39210
Contents?: true
Size: 1.01 KB
Versions: 40
Compression:
Stored size: 1.01 KB
Contents
/* Header bar at top (Bootstrap nav-bar) */ #header-navbar { .navbar-brand { /* The main logo image for the Blacklight instance */ width: 150px; height: 50px; background:transparent image_url($logo_image) no-repeat top left; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; padding-right:0; margin-right:20px; padding-left: 0; } } #search-navbar { z-index: 1; .search-query-form { @extend .col-md-8; padding-left: 0; } .search-query-form { border: 0; } .submit-search-text { // hide 'search' label at very small screens, magnifying glass // icon should still be there. @media screen and (max-width: $screen-xs-min ) { // copied from .sr-only, sadly can't seem to use @extend in a media // query like this, have to copy. position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; } } }
Version data entries
40 entries across 40 versions & 1 rubygems