Sha256: bef910353558298855e9d39ecce121574692e5d94f4f75528d35cb9d9e2bc138

Contents?: true

Size: 1.28 KB

Versions: 4

Compression:

Stored size: 1.28 KB

Contents

.first h1
{
	margin:0;
	padding:0;
}

h2.search
{
	display:inline;
	margin:0;
}



/*
 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;
}

.user-util-links {
  text-align: right;
  font-size: 0.9em;
}


/*
  Selected items needs special css to deal with number of selected items
*/
#selected-items {
  #desktop-folder-link { 
      float:left;
      padding-right:5px;
  }
  #folder  {
    float: right;
    padding: 9px 10px 0 0;
 }
}
 





Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-4.0.0.rc2 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.0.0.rc1 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.0.0.pre7 app/assets/stylesheets/blacklight/_header.css.scss
blacklight-4.0.0.pre6 app/assets/stylesheets/blacklight/_header.css.scss