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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (-2 / +5 lines)
Lines 55-61 a.navbar-toggle { Link Here
55
        border: 0;
55
        border: 0;
56
        background-color: transparent;
56
        background-color: transparent;
57
        display: none;
57
        display: none;
58
        flex-grow: 1;
58
        flex-basis: 50%;
59
59
60
        &:first-of-type {
60
        &:first-of-type {
61
            display: block;
61
            display: block;
Lines 238-243 a.navbar-toggle { Link Here
238
238
239
@media (max-width: 992px) {
239
@media (max-width: 992px) {
240
    #header_search {
240
    #header_search {
241
        .residentsearch {
242
            flex-grow: 1;
243
        }
244
241
        .tab-title {
245
        .tab-title {
242
            display: none;
246
            display: none;
243
        }
247
        }
244
- 

Return to bug 30952