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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue (-4 / +3 lines)
Lines 151-163 export default { Link Here
151
</style>
151
</style>
152
152
153
<style>
153
<style>
154
#agreements_list table {
154
.modal #agreements_list table {
155
    display: table;
155
    display: table;
156
}
156
}
157
.filters label {
157
.modal .filters label {
158
    float: none !important;
158
    float: none !important;
159
}
159
}
160
.filters input[type="checkbox"] {
160
.modal .filters input[type="checkbox"] {
161
    margin-left: 0 !important;
161
    margin-left: 0 !important;
162
}
162
}
163
</style>
163
</style>
164
- 

Return to bug 33491