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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +81 lines)
Lines 3871-3873 span { Link Here
3871
#ill-requests {
3871
#ill-requests {
3872
    width: 100% !important;
3872
    width: 100% !important;
3873
}
3873
}
3874
- 
3874
3875
3876
#helper {
3877
    span {
3878
        display: none;
3879
    }
3880
}
3881
3882
#logged-in-info-full {
3883
    display: none;
3884
}
3885
3886
.loggedin-menu-label {
3887
    color: #777;
3888
    font-size: 12px;
3889
    line-height: 1.42857143;
3890
    padding: 4px 12px;
3891
    white-space: nowrap;
3892
3893
    span {
3894
        color: #000;
3895
        font-weight: bold;
3896
    }
3897
3898
    &.divider {
3899
        padding: 0;
3900
    }
3901
}
3902
3903
@media (min-width: 200px) {
3904
    .navbar-nav > li {
3905
        float: left;
3906
    }
3907
3908
    .navbar-right {
3909
        float: right !important;
3910
        margin-right: -15px;
3911
    }
3912
3913
    .navbar-nav {
3914
        float: left;
3915
        margin: 0;
3916
3917
        .open {
3918
            .dropdown-menu {
3919
                background-color: #fff;
3920
                border: 1px solid rgba(0, 0, 0, .15);
3921
                box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3922
                float: left;
3923
                left: auto;
3924
                position: absolute;
3925
                right: 0;
3926
                width: auto;
3927
            }
3928
        }
3929
    }
3930
}
3931
3932
@media (min-width: 800px) {
3933
    #helper {
3934
        i {
3935
            display: none;
3936
        }
3937
3938
        span {
3939
            display: inline;
3940
        }
3941
    }
3942
3943
    #logged-in-info-full {
3944
        display: inline;
3945
    }
3946
3947
    #logged-in-info-brief {
3948
        display: none;
3949
    }
3950
3951
    .loggedin-menu-label {
3952
        display: none;
3953
    }
3954
}

Return to bug 19474