Various CSS fixes, remove sorttable, better API format

This commit is contained in:
andryyy
2017-03-28 11:51:17 +02:00
parent 0b54d32401
commit 297674d256
13 changed files with 293 additions and 541 deletions

View File

@@ -1,19 +1,19 @@
.panel-heading div {
margin-top: -18px;
font-size: 15px;
table.footable>tbody>tr.footable-empty>td {
font-size:15px !important;
font-style:italic;
}
.panel-heading div span {
margin-left:5px;
.pagination a {
text-decoration: none !important;
}
.panel-body {
display: none;
.panel panel-default {
overflow: visible !important;
}
.clickable {
cursor: pointer;
.table-responsive {
overflow: visible !important;
}
.progress {
margin-bottom: 0px;
}
.table>thead>tr>th {
vertical-align: top !important;
.footer-add-item {
text-align:center;
font-style: italic;
display:block;
padding: 10px;
}