diff --git a/app/assets/stylesheets/atla-overrides.scss b/app/assets/stylesheets/atla-overrides.scss index 65334831..3588e66e 100644 --- a/app/assets/stylesheets/atla-overrides.scss +++ b/app/assets/stylesheets/atla-overrides.scss @@ -159,6 +159,22 @@ 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; + } + @media only screen and (min-width: 768px) { 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{