blob: 8b5bad6ee3516b1cae0b41ce63adabe62283d0a0 [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: inherit !important;
13}
14.table-responsive {
15 overflow-x: scroll !important;
16}
17.btn-group {
18 width: max-content;
19}
20.footer-add-item {
21 display:block;
22 text-align: center;
23 font-style: italic;
24 padding: 10px;
25 background: #F5F5F5;
26}
27@media (min-width: 992px) {
28 .container {
29 width: 80%;
30 }
31}
32.mass-actions-mailbox {
33 user-select: none;
34 padding:10px 0 10px 10px;
35}
36.inputMissingAttr {
37 border-color: #FF4136;
38}
39.dns-found {
40 max-width: 300px;
41 word-break: break-all;
42}
43.dns-recommended {
44 max-width: 150px;
45 word-break: break-all;
46}
47.table-lines {
48 vertical-align: inherit;
49}
50#logText {
51 font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
52 font-size:smaller;
53}
54table tbody tr {
55 cursor: pointer;
56}
57table tbody tr td input[type="checkbox"] {
58 cursor: pointer;
59}
60.label-last-login {
61 line-height: 2.5;
62 color: #4a4a4a!important;
63 background-color: #ececec!important;
64}