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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (-6 / +15 lines)
Lines 18-23 Link Here
18
    .input-fluid {
18
    .input-fluid {
19
        width: 90%;
19
        width: 90%;
20
    }
20
    }
21
22
    .dt-buttons {
23
        display: block;
24
    }
25
}
26
27
@media only screen and (min-width: 441px) {
28
    .dt-buttons {
29
        display: flex;
30
    }
21
}
31
}
22
32
23
@media only screen and ( min-width: 342px ) and ( max-width: 479px ) {
33
@media only screen and ( min-width: 342px ) and ( max-width: 479px ) {
Lines 80-89 Link Here
80
        float: none;
90
        float: none;
81
        margin: 0;
91
        margin: 0;
82
    }
92
    }
83
84
    .dt-buttons {
85
        display: flex;
86
    }
87
}
93
}
88
94
89
@media only screen and ( max-width: 608px ) {
95
@media only screen and ( max-width: 608px ) {
Lines 191-197 Link Here
191
    .main {
197
    .main {
192
        @include border-radius-all( 0 );
198
        @include border-radius-all( 0 );
193
        margin: 0;
199
        margin: 0;
194
        padding: 15px;
200
        padding: 0;
195
    }
201
    }
196
202
197
    .breadcrumb {
203
    .breadcrumb {
Lines 207-212 Link Here
207
        font-weight: bold;
213
        font-weight: bold;
208
    }
214
    }
209
215
216
    .ui-tabs .ui-tabs-panel {
217
        padding: .5em;
218
    }
219
210
    .ui-tabs-panel,
220
    .ui-tabs-panel,
211
    .tabs-container,
221
    .tabs-container,
212
    #topissues,
222
    #topissues,
213
- 

Return to bug 27814