diff --git a/css/components/unsorted.css b/css/components/unsorted.css index 3803644..2478bb4 100755 --- a/css/components/unsorted.css +++ b/css/components/unsorted.css @@ -47,3 +47,36 @@ border: 1px solid #ccc; } } + +/*some cosmetic tweaks re the spacing of collection titles, display count and pager*/ +.page-node-type-islandora-object { +} +#block-olivesvoices-page-title { + /*margin-bottom: 0em;*/ +} +div#block-views-block-media-display-blocks-source { + display: none; +} +.advanced_search_result_pager, +div#block-olivesvoices-solrsearchcontentsearchresultspagerforblock { + margin-bottom: 0; +} +.collection-view { + .views-field.views-field-title { + text-align: center; + font-weight: bold; + } + .views-field.views-field-title a { + text-align: center; + text-decoration: none; + &:hover { + text-decoration: underline; + } + } + .views-field-did-image img { + border: 1px solid #ccc; + padding: 4px; + background: #f3f3f3; + border-radius: 4px; + } +}