2017-03-28 11:51:17 +02:00
|
|
|
table.footable>tbody>tr.footable-empty>td {
|
|
|
|
font-size:15px !important;
|
|
|
|
font-style:italic;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2017-03-28 11:51:17 +02:00
|
|
|
.pagination a {
|
|
|
|
text-decoration: none !important;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2017-03-28 11:51:17 +02:00
|
|
|
.panel panel-default {
|
|
|
|
overflow: visible !important;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2017-03-28 11:51:17 +02:00
|
|
|
.table-responsive {
|
|
|
|
overflow: visible !important;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2017-03-28 11:51:17 +02:00
|
|
|
.footer-add-item {
|
|
|
|
display:block;
|
2017-05-11 23:10:32 +02:00
|
|
|
text-align: center;
|
|
|
|
font-style: italic;
|
2017-03-28 11:51:17 +02:00
|
|
|
padding: 10px;
|
2017-04-27 11:58:20 +02:00
|
|
|
background: #F5F5F5;
|
2017-04-26 23:38:18 +02:00
|
|
|
}
|
2017-05-11 23:10:32 +02:00
|
|
|
|
2017-04-27 08:44:21 +02:00
|
|
|
#alias_table {
|
|
|
|
cursor:pointer;
|
2017-04-27 09:49:04 +02:00
|
|
|
}
|
|
|
|
#alias_table .footable-paging {
|
|
|
|
cursor: auto;
|
2017-04-27 19:34:00 +02:00
|
|
|
}
|
2017-05-03 18:05:35 +02:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.container {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2017-05-13 08:55:34 +02:00
|
|
|
}
|