Sha256: 45ef00bc3b97f7cf6292b2f7848b57386dc7e3ffb0a3cab5c9d4a1542eed8eb1

Contents?: true

Size: 986 Bytes

Versions: 6

Compression:

Stored size: 986 Bytes

Contents

/*
 The main logo image for the Blacklight instance
*/


.navbar .brand {
  width: 150px;
  background:transparent asset_url($logo_image,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;
}


/*
  Header bar at top (Bootstrap nav-bar)
*/

/* This ensures that any tool pop-up goes infront of the header */
.navbar-fixed-top {
  z-index:1000;
}


#header-navbar-fixed-top {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  min-width: 395px;

  .navbar-inner {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }


  /*
    Search form is in the header...
  */
  .desktop-search-bar {
    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-right: 0.5em;
}

.util-links-login, .util-links-other {
  font-size: 0.9em;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-4.2.2 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.2.1 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.2.0 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.1.0 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.0.1 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.0.0 app/assets/stylesheets/blacklight/_header.css.scss