mailcow/data/web/css/mailbox.css

19 lines
376 B
CSS
Raw Normal View History

table.footable>tbody>tr.footable-empty>td {
font-size:15px !important;
font-style:italic;
2017-03-02 18:23:23 +08:00
}
.pagination a {
text-decoration: none !important;
2017-03-02 18:23:23 +08:00
}
.panel panel-default {
overflow: visible !important;
2017-03-02 18:23:23 +08:00
}
.table-responsive {
overflow: visible !important;
2017-03-02 18:23:23 +08:00
}
.footer-add-item {
text-align:center;
font-style: italic;
display:block;
padding: 10px;
2017-03-02 18:23:23 +08:00
}