Browse Source

object tweaks

master
rdrew 2 months ago
parent
commit
525e62eaac
  1. 30
      css/components/table.css

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

Loading…
Cancel
Save