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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-1 / +5 lines)
Lines 299-309 textarea, Link Here
299
    }
299
    }
300
}
300
}
301
301
302
.dt-buttons {
303
    display: flex;
304
    flex-wrap: wrap;
305
}
306
302
.dt-button {
307
.dt-button {
303
    background-color: transparent;
308
    background-color: transparent;
304
    border: 0;
309
    border: 0;
305
    color: #0088cc;
310
    color: #0088cc;
306
    display: inline-block;
307
    line-height: 20px;
311
    line-height: 20px;
308
    padding: 4px 12px;
312
    padding: 4px 12px;
309
    text-align: center;
313
    text-align: center;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (-14 / +14 lines)
Lines 18-23 Link Here
18
    .input-fluid {
18
    .input-fluid {
19
        width: 90%;
19
        width: 90%;
20
    }
20
    }
21
21
}
22
}
22
23
23
@media only screen and ( min-width: 342px ) and ( max-width: 479px ) {
24
@media only screen and ( min-width: 342px ) and ( max-width: 479px ) {
Lines 80-89 Link Here
80
        float: none;
81
        float: none;
81
        margin: 0;
82
        margin: 0;
82
    }
83
    }
83
84
    .dt-buttons {
85
        display: flex;
86
    }
87
}
84
}
88
85
89
@media only screen and ( max-width: 608px ) {
86
@media only screen and ( max-width: 608px ) {
Lines 191-197 Link Here
191
    .main {
188
    .main {
192
        @include border-radius-all( 0 );
189
        @include border-radius-all( 0 );
193
        margin: 0;
190
        margin: 0;
194
        padding: 15px;
191
        padding: 0;
195
    }
192
    }
196
193
197
    .breadcrumb {
194
    .breadcrumb {
Lines 207-212 Link Here
207
        font-weight: bold;
204
        font-weight: bold;
208
    }
205
    }
209
206
207
    .ui-tabs .ui-tabs-panel {
208
        padding: .5em;
209
    }
210
210
    .ui-tabs-panel,
211
    .ui-tabs-panel,
211
    .tabs-container,
212
    .tabs-container,
212
    #topissues,
213
    #topissues,
Lines 268-281 Link Here
268
    #checkouts_filter {
269
    #checkouts_filter {
269
        display: block;
270
        display: block;
270
    }
271
    }
271
272
    .table_controls {
273
        display: block;
274
275
        label {
276
            display: block;
277
        }
278
    }
279
}
272
}
280
273
281
@media only screen and ( max-width: 700px ) {
274
@media only screen and ( max-width: 700px ) {
Lines 423-428 Link Here
423
    #wrapper {
416
    #wrapper {
424
        padding: 0;
417
        padding: 0;
425
    }
418
    }
419
420
    .table_controls {
421
        display: block;
422
423
        label {
424
            display: block;
425
        }
426
    }
426
}
427
}
427
428
428
@media only screen and ( max-width: 800px ) {
429
@media only screen and ( max-width: 800px ) {
429
- 

Return to bug 27814