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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +5 lines)
Lines 2766-2773 span.onsite_checkout { Link Here
2766
}
2766
}
2767
2767
2768
.branchgriditem {
2768
.branchgriditem {
2769
    background-color: #fff;
2770
    border: 1px solid #b9d8d9;
2771
    border-radius: 3px;
2769
    display: table-cell;
2772
    display: table-cell;
2770
    float: left;
2773
    float: left;
2774
    margin: 3px;
2775
    padding: 0.3em;
2771
}
2776
}
2772
.branchgridrow {
2777
.branchgridrow {
2773
    display: table-row;
2778
    display: table-row;
2774
- 

Return to bug 13040