blob: f62ead313aa13baac16ec78a2c31f0a22f46fdb9 [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: inherit !important;
9}
10.table-responsive {
11 overflow-x: scroll !important;
12}
13.btn-group {
14 width: max-content;
15}
16.footer-add-item {
17 display:block;
18 text-align: center;
19 font-style: italic;
20 padding: 10px;
21 background: #F5F5F5;
22}
23@media (min-width: 992px) {
24 .container {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020025 width: 100%;
26 }
27}
28@media (min-width: 1920px) {
29 .container {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010030 width: 80%;
31 }
32}
33.mass-actions-mailbox {
34 user-select: none;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010035}
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}
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020060.label-last-login .bi {
61 font-size: 8pt !important;
62}
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010063.label-last-login {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020064 line-height: 2.2;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010065 color: #4a4a4a!important;
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020066 padding: .2em .4em .3em !important;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010067 background-color: #ececec!important;
68}
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020069