diff --git a/css/components/islandora-mods.css b/css/components/islandora-mods.css new file mode 100644 index 0000000..4585ec1 --- /dev/null +++ b/css/components/islandora-mods.css @@ -0,0 +1,41 @@ + +.node__content .field__label { + width: 15em; +} +.collection-grid_item { + border: 1px solid #ccc; + padding: 1em; + margin-bottom: 1em; + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0px 5px 11px -2px rgb(0 0 0 / 39%); + ul { + list-style-type:none; + } + .label { + font-weight:bold; + } +} +.collection-grid_top{ + border-bottom:1px dotted #ccc; + margin-bottom:1em +} +.collection-grid_top h3 { + font-weight:bold; + margin: 0; + a { + text-decoration:none; + } +} + +.collection-grid_bottom { + + display: flex; + img { + border: 1px solid #ccc; + } +} + +span#override-default-display-mode { + display: none; +} diff --git a/css/components/unsorted.css b/css/components/unsorted.css index 51c2c61..d131e5a 100755 --- a/css/components/unsorted.css +++ b/css/components/unsorted.css @@ -40,3 +40,4 @@ } } } + diff --git a/olives.libraries.yml b/olives.libraries.yml index 4c04e7c..0757b70 100755 --- a/olives.libraries.yml +++ b/olives.libraries.yml @@ -52,6 +52,7 @@ global-styling: css/components/tabledrag.css: {} css/components/wide-image.css: {} css/components/unsorted.css: {} + css/components/islandora-mods.css: {} js: js/checkbox.js: {}