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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-3 / +3 lines)
Lines 747-758 div { Link Here
747
}
747
}
748
748
749
.table_entries {
749
.table_entries {
750
    clear: both;
750
    display: flex;
751
}
751
}
752
752
753
.table_controls {
753
.table_controls {
754
    border-top: 1px solid #EEE;
754
    border-top: 1px solid #EEE;
755
    clear: both;
755
    display: flex;
756
    flex-grow: 1;
756
    margin-top: .5em;
757
    margin-top: .5em;
757
    padding-top: .5em;
758
    padding-top: .5em;
758
}
759
}
759
- 

Return to bug 30952