View | Details | Raw Unified | Return to bug 33491
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue (-2 / +7 lines)
Lines 126-132 export default { Link Here
126
    name: "EHoldingsEBSCOPackageAgreements",
126
    name: "EHoldingsEBSCOPackageAgreements",
127
}
127
}
128
</script>
128
</script>
129
<style scoped>
129
<style>
130
.modal {
130
.modal {
131
    position: fixed;
131
    position: fixed;
132
    z-index: 9998;
132
    z-index: 9998;
Lines 146-148 export default { Link Here
146
    font-family: Helvetica, Arial, sans-serif;
146
    font-family: Helvetica, Arial, sans-serif;
147
}
147
}
148
</style>
148
</style>
149
- 
149
150
<style>
151
#agreements_list table {
152
    display: table;
153
}
154
</style>

Return to bug 33491