|
|
|
|
@ -1,3 +1,6 @@
|
|
|
|
|
.node__content video { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.view.view-tunes th { |
|
|
|
|
min-width: 9em; |
|
|
|
|
} |
|
|
|
|
@ -229,3 +232,26 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock {
|
|
|
|
|
#block-views-block-media-display-blocks-source:has(div.view-empty) { |
|
|
|
|
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; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|