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

(-)a/koha-tmpl/opac-tmpl/bootstrap/less/responsive.less (-2 / +3 lines)
Lines 121-127 Link Here
121
        select,
121
        select,
122
        .librarypulldown .transl1,
122
        .librarypulldown .transl1,
123
        .input-append {
123
        .input-append {
124
            box-sizing: border-box;
124
            display: block;
125
            display: block;
126
            height: 120%;
125
            width : 97%;
127
            width : 97%;
126
            max-width: 100%;
128
            max-width: 100%;
127
            margin : .5em 0;
129
            margin : .5em 0;
Lines 469-472 Link Here
469
    #ulactioncontainer {
471
    #ulactioncontainer {
470
        min-width : 0;
472
        min-width : 0;
471
    }
473
    }
472
}
474
}
473
- 

Return to bug 17936