Sha256: a7b2f4c5594ea464d50011c9c94369582c13809356b567b096edf2d11e084e11

Contents?: true

Size: 614 Bytes

Versions: 18

Compression:

Stored size: 614 Bytes

Contents

#search-form-header {
  margin-top: $search-bar-margin-top;
}

#masthead {
  z-index: $zindex-navbar + 1;
}

header > .navbar {
  margin-bottom: 0;
}

.navbar + .navbar,
.navbar + .image-masthead {
  margin-top: -1 * $navbar-margin-bottom;
}

.searchbar-right {
  margin-right: 0;
}

// We need these ancestor selectors to override Bootstrap and push
// The bell icon right next to the user util links dropdown.
.nav > li > .notify-number {
  padding-right: 0;
}

.dropdown-toggle:focus {
  outline: 2px auto Highlight; // FireFox
  outline: 5px auto -webkit-focus-ring-color; // Chrome, Safari
  outline: -2px;
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.rc2 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.rc1 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.beta3 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.beta2 app/assets/stylesheets/hyrax/_header.scss
hyrax-3.0.0.pre.beta1 app/assets/stylesheets/hyrax/_header.scss