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