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 |
- |
|
|