Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
commit
3d2cbb7bbf
|
@ -8,13 +8,8 @@ table.footable>tbody>tr.footable-empty>td {
|
||||||
.panel panel-default {
|
.panel panel-default {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
.table-responsive {
|
.btn-group {
|
||||||
overflow: visible !important;
|
width: max-content;
|
||||||
}
|
|
||||||
@media screen and (max-width: 767px) {
|
|
||||||
.table-responsive {
|
|
||||||
overflow-x: scroll !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.footer-add-item {
|
.footer-add-item {
|
||||||
display:block;
|
display:block;
|
||||||
|
@ -45,4 +40,4 @@ table.footable>tbody>tr.footable-empty>td {
|
||||||
}
|
}
|
||||||
.table-lines {
|
.table-lines {
|
||||||
vertical-align: inherit;
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -334,7 +334,7 @@ jQuery(function($){
|
||||||
},
|
},
|
||||||
{"name":"messages","filterable": false,"title":lang.msg_num,"breakpoints":"xs sm md"},
|
{"name":"messages","filterable": false,"title":lang.msg_num,"breakpoints":"xs sm md"},
|
||||||
{"name":"active","filterable": false,"title":lang.active},
|
{"name":"active","filterable": false,"title":lang.active},
|
||||||
{"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","min-width":"250px"},"type":"html","title":lang.action,"breakpoints":"xs sm md"}
|
{"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right"},"type":"html","title":lang.action,"breakpoints":"xs sm md"}
|
||||||
],
|
],
|
||||||
"empty": lang.empty,
|
"empty": lang.empty,
|
||||||
"rows": $.ajax({
|
"rows": $.ajax({
|
||||||
|
|
Loading…
Reference in New Issue