diff --git a/app/assets/stylesheets/atla-overrides.scss b/app/assets/stylesheets/atla-overrides.scss index 65334831..3affeccc 100644 --- a/app/assets/stylesheets/atla-overrides.scss +++ b/app/assets/stylesheets/atla-overrides.scss @@ -159,7 +159,27 @@ button.btn.btn-default.btn-block.citations-button.center-block:hover, button.btn color:white; } - +/* hide custom field host institution */ + /* hide the label in works list */ + dt[data-solr-field-name="institution_tesim"] { + display: none; + } + + /* hide the value in works list */ + body.catalog-index div.metadata dl.dl-horizontal dd:last-child { + display: none; + } + + /* hide from the facets */ + .panel.panel-default.facet_limit.blacklight-institution_sim { + display: none; + } +/* fix remove facet button color* / +.glyphicon-remove:before { + color:#d33a35; +} +/* add space for collection icon in search results view*/ +.search-result-wrapper {padding-bottom:.5em;} @media only screen and (min-width: 768px) { .hyc-banner .hyc-title h1 {margin-bottom: 0em;} diff --git a/app/assets/stylesheets/themes/shared_repository.scss b/app/assets/stylesheets/themes/shared_repository.scss index 840c29c5..94d81b70 100644 --- a/app/assets/stylesheets/themes/shared_repository.scss +++ b/app/assets/stylesheets/themes/shared_repository.scss @@ -189,6 +189,25 @@ &.hyrax-homepage #search-form-header {margin-top:1em;} &.hyrax-homepage .text-right p{color:#258FCE;} + + /* hide custom field host institution */ + /* hide the label in works list */ + dt[data-solr-field-name="institution_tesim"] { + display: block; + } + + /* hide the value in works list */ + &.catalog-index div.metadata dl.dl-horizontal dd:last-child { + display: block; + } + + /* hide from the facets */ + .panel.panel-default.facet_limit.blacklight-institution_sim { + display: block; + } + + + @media screen and (min-width:768px){ .dropdown-menu .divider, .twitter-typeahead .tt-menu .divider{