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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-13 lines)
Lines 705-722 ol { Link Here
705
    padding: 7px 0;
705
    padding: 7px 0;
706
}
706
}
707
707
708
.clearfix {
709
    display: inline-block;
710
711
    &::after {
712
        clear: both;
713
        content: ".";
714
        display: block;
715
        height: 0;
716
        visibility: hidden;
717
    }
718
}
719
720
#editions {
708
#editions {
721
    table,
709
    table,
722
    td {
710
    td {
723
- 

Return to bug 21234