fix some css issues

- improve view of the create/edit dialog on narrow screens
agranig/1_0_subfix
Gerhard Jungwirth 12 years ago committed by Lars Dieckow
parent 0e276f2782
commit da8f7b9ba0

@ -32,6 +32,11 @@ div.dataTables_length label {
div.dataTables_filter, div.dataTables_paginate {
float: right;
}
@media (max-width: 300px) {
div.dataTables_filter {
float: none;
}
}
div.dataTables_info {
padding-top: 8px;
@ -41,6 +46,12 @@ div.dataTables_paginate {
float: right;
margin: 0;
}
@media (min-width: 767px) {
div.dataTables_paginate {
width: 227px;
}
}
table {
margin: 1em 0;

Loading…
Cancel
Save