Sha256: 909915ea44ca7839dc43beaa8d1cba41bc7914f2cec823e1a99463ca9b889212
Contents?: true
Size: 948 Bytes
Versions: 2
Compression:
Stored size: 948 Bytes
Contents
/* Header bar at top (Bootstrap nav-bar) */ #header-navbar-fixed-top { box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); min-width: 395px; /* This ensures that any tool pop-up goes infront of the header */ z-index:1000; .brand { /* The main logo image for the Blacklight instance */ width: 150px; background:transparent image_url($logo_image) no-repeat top right; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; padding-left:0; margin-left:20px; padding-right: 0; } .navbar-inner { padding-top: 0.5em; padding-bottom: 0.5em; } .desktop-search-bar { /* Search form is in the header */ opacity: 1 !important; padding-top: 0.5em; } } #searchbar { padding-top:5px; } .search-query-form { margin-bottom: 0; } .btn.search-btn { margin-top: 0; } .search_field { margin-left: 0.5em; } .util-links-login, .util-links-other { font-size: 0.9em; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight_rtl-1.0.1 | app/assets/stylesheets/blacklight_rtl/_header.css.scss |
blacklight_rtl-1.0.0 | app/assets/stylesheets/blacklight_rtl/_header.css.scss |