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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-11 lines)
Lines 2203-2218 li { Link Here
2203
td {
2203
td {
2204
    &.actions {
2204
    &.actions {
2205
        white-space: nowrap;
2205
        white-space: nowrap;
2206
2207
        a,
2208
        button {
2209
            display: inline-block;
2210
            margin-left: .3rem;
2211
2212
            &:first-child {
2213
                margin-left: 0;
2214
            }
2215
        }
2216
    }
2206
    }
2217
2207
2218
    &.bookcoverimg {
2208
    &.bookcoverimg {
2219
- 

Return to bug 40727