Bug 33491: Fix UI issues in EHoldingsEBSCOPackageAgreements

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a0ec93d84f)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Jonathan Druart 2023-04-11 21:39:02 +02:00 committed by Jacob O'Mara
parent 71981ec805
commit 2fa604e533

View file

@ -126,7 +126,7 @@ export default {
name: "EHoldingsEBSCOPackageAgreements",
}
</script>
<style scoped>
<style>
.modal {
position: fixed;
z-index: 9998;
@ -146,3 +146,15 @@ export default {
font-family: Helvetica, Arial, sans-serif;
}
</style>
<style>
#agreements_list table {
display: table;
}
.filters label {
float: none !important;
}
.filters input[type="checkbox"] {
margin-left: 0 !important;
}
</style>