Browse Source

search tile tweaks, facet styles

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

34
css/components/islandora_mods.css

@ -1,5 +1,8 @@
.node__content video {
width: 100%;
}
.view.view-tunes th { .view.view-tunes th {
min-width: 9em; min-width: 9em;
} }
/*facets*/ /*facets*/
.facet-item__status, .facet-item__status,
@ -66,7 +69,7 @@
a { a {
color: #d2966e; color: #d2966e;
/*text-decoration: none;*/ /*text-decoration: none;*/
color: #fff; color: #fff;
} }
a:hover { a:hover {
color: #fff; color: #fff;
@ -81,8 +84,8 @@
width: 14em; width: 14em;
/*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