Browse Source

search tile tweaks, facet styles

master
rdrew 4 days ago
parent
commit
7327cc8ced
  1. 28
      css/components/islandora_mods.css

28
css/components/islandora_mods.css

@ -1,3 +1,6 @@
.node__content video {
width: 100%;
}
.view.view-tunes th { .view.view-tunes th {
min-width: 9em; min-width: 9em;
} }
@ -82,7 +85,7 @@
/*font-weight: normal;*/ /*font-weight: normal;*/
color: #d2966e; color: #d2966e;
color: #fff; color: #fff;
font-family:var(--font-serif); font-family: var(--font-serif);
} }
} }
} }
@ -229,3 +232,26 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock {
#block-views-block-media-display-blocks-source:has(div.view-empty) { #block-views-block-media-display-blocks-source:has(div.view-empty) {
display: none; display: none;
} }
/*tables*/
.node__content video {
width: 100%;
}
.view {
td {
/* outline: 1px solid; */
}
th,
td {
text-align: center !important;
}
}
.node--type-islandora-object .field--name-field-abstract {
display: flex;
.field__item {
line-height: 1.5;
}
.field__label {
margin-right: 7em;
}
}

Loading…
Cancel
Save