Update mailbox.css
This commit is contained in:
parent
02438fb4f3
commit
c17b0f137d
|
@ -17,3 +17,22 @@
|
|||
.table>thead>tr>th {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue