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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (-3 / +2 lines)
Lines 60-66 Link Here
60
        display: flex;
60
        display: flex;
61
        align-items: center;
61
        align-items: center;
62
        justify-content: flex-end;
62
        justify-content: flex-end;
63
        z-index: 2;
63
        z-index: 5;
64
        white-space: nowrap;
64
        white-space: nowrap;
65
        flex-basis: 15%;
65
        flex-basis: 15%;
66
66
Lines 86-92 Link Here
86
        padding-left: 16px;
86
        padding-left: 16px;
87
        border-radius: 0 16px 16px 0;
87
        border-radius: 0 16px 16px 0;
88
        white-space: nowrap;
88
        white-space: nowrap;
89
        z-index: 1;
89
        z-index: 4;
90
        display: flex;
90
        display: flex;
91
        flex-grow: 1;
91
        flex-grow: 1;
92
92
93
- 

Return to bug 27113