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

(-)a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css (-1 / +1 lines)
Lines 245-251 div.item_edit_form ol li { Link Here
245
}
245
}
246
246
247
.item_edit_form .input_marceditor {
247
.item_edit_form .input_marceditor {
248
    flex-basis: 50%;
248
    flex-basis: 60%;
249
    float: none;
249
    float: none;
250
}
250
}
251
251
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +1 lines)
Lines 46-52 Link Here
46
    }
46
    }
47
47
48
    .flatpickr_wrapper {
48
    .flatpickr_wrapper {
49
        flex-basis: 50%;
49
        flex-basis: 60%;
50
    }
50
    }
51
</style>
51
</style>
52
</head>
52
</head>
53
- 

Return to bug 40897