1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

Add admin section css

This commit is contained in:
andryyy 2017-04-05 22:27:30 +02:00
parent 406a9ffc5b
commit cc29cfa0d7

13
data/web/css/admin.css Normal file
View File

@ -0,0 +1,13 @@
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;
}