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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +10 lines)
Lines 539-544 tbody { Link Here
539
        padding-bottom: 1em;
539
        padding-bottom: 1em;
540
    }
540
    }
541
541
542
    div.dt-buttons {
543
        display: flex;
544
        flex-grow: 1;
545
546
        button:first-of-type {
547
            margin-right: auto;
548
        }
549
    }
550
542
    button,
551
    button,
543
    div,
552
    div,
544
    a {
553
    a {
Lines 771-776 div { Link Here
771
.table_controls {
780
.table_controls {
772
    border-top: 1px solid #EEE;
781
    border-top: 1px solid #EEE;
773
    display: flex;
782
    display: flex;
783
    flex-grow: 1;
774
    margin-top: .5em;
784
    margin-top: .5em;
775
    padding-top: .5em;
785
    padding-top: .5em;
776
}
786
}
777
- 

Return to bug 31754