Browse Source

conflict cleanup

master
rdrew 7 months ago
parent
commit
55c49dc3b7
  1. 23
      css/islandora_mods.css
  2. 2
      js/vre2024.js

23
css/islandora_mods.css

@ -1,3 +1,8 @@
.field--name-field-media-document {
display: none;
}
.file--application-pdf a { .file--application-pdf a {
&::before { &::before {
content: "File Download: "; content: "File Download: ";
@ -406,8 +411,11 @@ div#block-vre2024-solrsearchcontentsearchresultspagerforpage .pager__group {
div#date { div#date {
margin: 2em 1em 1em; margin: 2em 1em 1em;
} }
li.facet-item a {
display: flex;
justify-content: space-between;
}
span.facet-item__count { span.facet-item__count {
float: right;
} }
.noUi-connect { .noUi-connect {
background: var(--upei-green) !important; background: var(--upei-green) !important;
@ -506,3 +514,16 @@ div#block-views-block-oai-pmh-item-links-block-1 .field-content {
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 5 Free';
padding: 1px 7px; padding: 1px 7px;
} }
.recent-citations {
thead a {
color:#fff;
}
tbody a {
color:#8c2004;
}
th#view-field-date-issued-table-column {
width: 100px;
}
}

2
js/vre2024.js

@ -50,7 +50,9 @@ jQuery(document).ready(function ($) {
console.log(number['value']); console.log(number['value']);
//console.log($('.noUi-handle').attr('aria-valuetext')); //console.log($('.noUi-handle').attr('aria-valuetext'));
$( "#tabs" ).tabs(); $( "#tabs" ).tabs();
$('#edit-search-textfield').attr('maxlength', '256');
}); });
document.getElementById('edit-search-textfield').setAttribute('maxlength', '256');
window.addEventListener('load', function() { window.addEventListener('load', function() {
// console.log('Page is fully loaded'); // console.log('Page is fully loaded');
//document.getElementById("edit-submit--2").setAttribute('value',''); //document.getElementById("edit-submit--2").setAttribute('value','');

Loading…
Cancel
Save