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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-15 lines)
Lines 2203-2222 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
2217
        .dropdown-menu .dropdown-item {
2218
            margin-left: 0;
2219
        }
2220
    }
2206
    }
2221
2207
2222
    &.bookcoverimg {
2208
    &.bookcoverimg {
2223
- 

Return to bug 40727