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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-9 / +2 lines)
Lines 2529-2542 button.closebtn { Link Here
2529
#user-menu-trigger {
2529
#user-menu-trigger {
2530
    display: none;
2530
    display: none;
2531
2531
2532
    .icon-user {
2532
    i {
2533
        background: transparent url( "../lib/bootstrap/img/glyphicons-halflings-white.png" ) no-repeat;
2533
        padding: 14px 0 0;
2534
        background-position: -168px 0;
2535
        background-repeat: no-repeat;
2536
        height: 14px;
2537
        line-height: 14px;
2538
        margin: 12px 0 0;
2539
        vertical-align: text-top;
2540
        width: 14px;
2534
        width: 14px;
2541
    }
2535
    }
2542
2536
2543
- 

Return to bug 15287