Update mailbox.css

This commit is contained in:
Phoenix Eve C. Aspacio 2017-03-26 23:16:53 +08:00 committed by GitHub
parent 02438fb4f3
commit c17b0f137d
1 changed files with 20 additions and 1 deletions

View File

@ -17,3 +17,22 @@
.table>thead>tr>th { .table>thead>tr>th {
vertical-align: top !important; vertical-align: top !important;
} }
table.footable>tbody>tr.footable-empty>td {
font-size:15px !important;
font-style:italic;
}
.pagination a {
text-decoration: none !important;
}
.panel panel-default {
overflow: visible !important;
}
.table-responsive {
overflow: visible !important;
}
.footer-add-item {
text-align:center;
font-style: italic;
display:block;
padding: 10px;
}