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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (+26 lines)
Lines 68-73 Link Here
68
    .search_operator {
68
    .search_operator {
69
        text-align: center;
69
        text-align: center;
70
    }
70
    }
71
72
    .ui-tabs .ui-tabs-nav {
73
        padding: 0;
74
    }
75
76
    .ui-tabs .ui-tabs-nav li,
77
    .ui-tabs .ui-tabs-nav li a,
78
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
79
        display: block;
80
        float: none;
81
        margin: 0;
82
    }
83
84
    .dt-buttons {
85
        display: flex;
86
    }
71
}
87
}
72
88
73
@media only screen and ( max-width: 608px ) {
89
@media only screen and ( max-width: 608px ) {
Lines 205-210 Link Here
205
        }
221
        }
206
222
207
        .table {
223
        .table {
224
            width: 100%;
225
208
            th,
226
            th,
209
            thead {
227
            thead {
210
                display: none;
228
                display: none;
Lines 246-251 Link Here
246
    .no-image {
264
    .no-image {
247
        display: none;
265
        display: none;
248
    }
266
    }
267
268
    .table_controls {
269
        display: block;
270
271
        label {
272
            display: block;
273
        }
274
    }
249
}
275
}
250
276
251
@media only screen and ( max-width: 700px ) {
277
@media only screen and ( max-width: 700px ) {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +2 lines)
Lines 912-918 Link Here
912
                    "language": {
912
                    "language": {
913
                        "search": "_INPUT_",
913
                        "search": "_INPUT_",
914
                        "searchPlaceholder": _("Search")
914
                        "searchPlaceholder": _("Search")
915
                    }
915
                    },
916
                    "autoWidth": false
916
                }));
917
                }));
917
            });
918
            });
918
919
919
- 

Return to bug 27814