From 525e62eaac316d4676299cc4bdd1e4017a3192b2 Mon Sep 17 00:00:00 2001
From: rdrew <rdrew@upei.ca>
Date: Wed, 12 Feb 2025 14:52:35 -0400
Subject: [PATCH] object tweaks

---
 css/components/table.css | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

diff --git a/css/components/table.css b/css/components/table.css
index 13b7511..98550be 100755
--- a/css/components/table.css
+++ b/css/components/table.css
@@ -35,7 +35,9 @@
   line-height: var(--sp);
 }
 
-:is(.forum table, .text-content table, .views-table, .draggable-table) tr:last-child td {
+:is(.forum table, .text-content table, .views-table, .draggable-table)
+  tr:last-child
+  td {
   border-block-end: 0;
 }
 
@@ -65,8 +67,10 @@
   border-block-end: 2px solid var(--color--gray-65);
 }
 
-:is(.forum table, .text-content table, .views-table, .draggable-table) th.checkbox,
-:is(.forum table, .text-content table, .views-table, .draggable-table) td.checkbox {
+:is(.forum table, .text-content table, .views-table, .draggable-table)
+  th.checkbox,
+:is(.forum table, .text-content table, .views-table, .draggable-table)
+  td.checkbox {
   text-align: center;
 }
 
@@ -93,3 +97,23 @@
 .views-field-node-bulk-form .form-item {
   margin: 0;
 }
+table.table.node-islandora-object-view th {
+  width: 16em;
+  text-align: right;
+  padding-right: 1em;
+  vertical-align: initial;
+  &::after {
+    content: " :";
+  }
+}
+table.table.node-islandora-object-view td {
+  padding-bottom: 0.5rem;
+  border-bottom: 1px solid #ccc;
+}
+
+tr.field-note-details.type-string-long.table-row {
+  padding: 5px;
+}
+.group_metadata .table-label {
+    display: none;
+  }