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 709-726 ol { Link Here
709
    padding: 7px 0;
709
    padding: 7px 0;
710
}
710
}
711
711
712
.clearfix {
713
    display: inline-block;
714
715
    &::after {
716
        clear: both;
717
        content: ".";
718
        display: block;
719
        height: 0;
720
        visibility: hidden;
721
    }
722
}
723
724
#editions {
712
#editions {
725
    table,
713
    table,
726
    td {
714
    td {
727
- 

Return to bug 21234