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 / +13 lines)
Lines 129-135 export default { Link Here
129
    name: "EHoldingsEBSCOPackageAgreements",
129
    name: "EHoldingsEBSCOPackageAgreements",
130
}
130
}
131
</script>
131
</script>
132
<style scoped>
132
<style>
133
.modal {
133
.modal {
134
    position: fixed;
134
    position: fixed;
135
    z-index: 9998;
135
    z-index: 9998;
Lines 149-151 export default { Link Here
149
    font-family: Helvetica, Arial, sans-serif;
149
    font-family: Helvetica, Arial, sans-serif;
150
}
150
}
151
</style>
151
</style>
152
- 
152
153
<style>
154
#agreements_list table {
155
    display: table;
156
}
157
.filters label {
158
    float: none !important;
159
}
160
.filters input[type="checkbox"] {
161
    margin-left: 0 !important;
162
}
163
</style>

Return to bug 33491