From fde91ce96179b627db0d2f11fd94cdbed15c0130 Mon Sep 17 00:00:00 2001
From: rdrew <rdrew@upei.ca>
Date: Fri, 4 Apr 2025 11:05:07 -0300
Subject: [PATCH] collection view

---
 css/components/unsorted.css | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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;
+  }
+}