blob: 2209462a9faa355c51d14d9579858271ea420940 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001table.footable>tbody>tr.footable-empty>td {
2 font-size:15px !important;
3 font-style:italic;
4}
5.pagination a {
6 text-decoration: none !important;
7}
8.panel.panel-default {
9 overflow: visible !important;
10}
11.table-responsive {
12 overflow: visible !important;
13}
14@media screen and (max-width: 1280px) {
15 .table-responsive {
16 overflow-x: scroll !important;
17 }
18}
19.footer-add-item {
20 display:block;
21 text-align: center;
22 font-style: italic;
23 padding: 10px;
24 background: #F5F5F5;
25}
26@media (min-width: 992px) {
27 .container {
28 width: 80%;
29 }
30}
31.mass-actions-debug {
32 user-select: none;
33 padding:10px 0 10px 10px;
34}
35.inputMissingAttr {
36 border-color: #FF4136;
37}
38.table-lines {
39 vertical-align: inherit;
40}
41tbody {
42 font-size:14px;
43}
44.status-indicator {
45 width: 15px;
46 height: 15px;
47}