Browse Source

lp-banner

master
rdrew 4 months ago
parent
commit
f4f649160c
  1. 39
      css/components/islandora_mods.css

39
css/components/islandora_mods.css

@ -1,30 +1,37 @@
/*my stuff*/ /*my stuff*/
.search-result { .search-result {
border: 1px solid #ccc; border: 1px solid #ccc;
height: 250px; height: 250px;
overflow: hidden; overflow: hidden;
/*background: #9a0406;*/ /*background: #9a0406;*/
/* color: #fff; */ /* color: #fff; */
} }
.sdu_memories .search-result { .sdu_memories .search-result {
height: initial; height: initial;
/*background: #9a0406;*/ /*background: #9a0406;*/
/* color: #fff; */ /* color: #fff; */
} }
.search-result img { .search-result img {
width: 100%; width: 100%;
} }
.search-result__title { .search-result__title {
background: #9a0406; background: #9a0406;
/* color: #fff !important; */ /* color: #fff !important; */
padding: 10px; padding: 10px;
} }
.search-result__title a { .search-result__title a {
color: antiquewhite; color: antiquewhite;
/* padding: 10px; */ /* padding: 10px; */
text-decoration: none; text-decoration: none;
}
.node--type-islandora-object {
.field--label-inline {
margin: 0;
}
.field__label {
width: 9em;
}
} }

Loading…
Cancel
Save