Browse Source

mobile tweaks

master
rdrew 2 weeks ago
parent
commit
3ad0d1ad9c
  1. 70
      css/components/islandora_mods.css

70
css/components/islandora_mods.css

@ -1,3 +1,47 @@
.node__content video {
border: 1px solid #ccc;
padding: 4px;
}
.page-node-type-islandora-object .view-media-display-blocks img {
border: 1px solid #ccc;
padding: 4px;
}
/* facets */
.facet-item__status,
.facet-item__count {
color: #333;
}
.facet-wrapper ul {
list-style-type: none;
/*margin: 0;*/
}
.facets-widget-links > ul {
margin: 0;
}
.facet-wrapper ul a {
text-decoration: none;
font-size: 1em;
}
div#block-olivesbdh-content .field--name-field-abstract .field__item {
/*padding-left:6.5em;*/
}
div#block-olivesbdh-book-navigation ul {
margin-top: 0;
margin-bottom: 0;
}
.view-content {
margin-bottom: 0;
margin-block-end: 0;
}
.views-table {
margin-bottom: 0;
}
.pager {
margin-top: 2em;
}
.page-node-type-book #toggle-facets { .page-node-type-book #toggle-facets {
display: none; display: none;
} }
@ -100,6 +144,8 @@ audio#global-able-player {
/* media */ /* media */
iframe.pdf { iframe.pdf {
height: 1380px; height: 1380px;
border: 1px solid #ccc;
padding: 4px;
} }
.node__content video { .node__content video {
@ -115,22 +161,6 @@ iframe.pdf {
} }
} }
/* facets */
.facet-item__status,
.facet-item__count {
color: #333;
}
.facet-wrapper ul {
list-style-type: none;
/*margin: 0;*/
}
.facet-wrapper ul a {
text-decoration: none;
font-size: 1em;
}
/* tune variants */ /* tune variants */
.view-bdh-audio-views caption { .view-bdh-audio-views caption {
margin-top: 1rem; margin-top: 1rem;
@ -371,11 +401,15 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock {
/* islandora abstract */ /* islandora abstract */
.node--type-islandora-object .field--name-field-abstract { .node--type-islandora-object .field--name-field-abstract {
display: flex; /*display: table;*/
} }
.node--type-islandora-object .field__item {
color: #fff;
}
.node--type-islandora-object .field--name-field-abstract .field__item { .node--type-islandora-object .field--name-field-abstract .field__item {
line-height: 1.5; line-height: 1.5;
color: #fff;
} }
/* image grid */ /* image grid */
@ -403,7 +437,7 @@ span.file.file--mime-application-pdf.file--application-pdf a {
font-size: var(--font-size-l); font-size: var(--font-size-l);
font-weight: 700; font-weight: 700;
line-height: var(--line-height-s); line-height: var(--line-height-s);
padding: 1px var(--sp1-5); padding: 10px var(--sp1-5);
} }
span.file.file--mime-application-pdf.file--application-pdf:before { span.file.file--mime-application-pdf.file--application-pdf:before {

Loading…
Cancel
Save