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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (-2 / +5 lines)
Lines 10-16 Link Here
10
    }
10
    }
11
}
11
}
12
12
13
@media only screen and ( min-width: 0 ) and ( max-width: 390px ){
13
@media only screen and ( min-width: 0 ) and ( max-width: 440px ){
14
    /* Screens bewteen 0 and 390 pixels wide */
14
    /* Screens bewteen 0 and 390 pixels wide */
15
    .ui-tabs .ui-tabs-nav li a,
15
    .ui-tabs .ui-tabs-nav li a,
16
    .statictabs li a {
16
    .statictabs li a {
Lines 20-25 Link Here
20
    .input-fluid {
20
    .input-fluid {
21
        width: 90%;
21
        width: 90%;
22
    }
22
    }
23
24
    #wrap {
25
        padding: 0px;
26
    }
23
}
27
}
24
28
25
@media only screen and ( min-width: 342px ) and ( max-width: 479px ) {
29
@media only screen and ( min-width: 342px ) and ( max-width: 479px ) {
26
- 

Return to bug 20554