blob: 4822a6fdcec1330c33ba088f35c8a7df023b76db [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;
35 padding:10px 0 10px 10px;
36}
37.inputMissingAttr {
38 border-color: #FF4136;
39}
40.dns-found {
41 max-width: 300px;
42 word-break: break-all;
43}
44.dns-recommended {
45 max-width: 150px;
46 word-break: break-all;
47}
48.table-lines {
49 vertical-align: inherit;
50}
51#logText {
52 font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
53 font-size:smaller;
54}
55table tbody tr {
56 cursor: pointer;
57}
58table tbody tr td input[type="checkbox"] {
59 cursor: pointer;
60}
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020061.label-last-login .bi {
62 font-size: 8pt !important;
63}
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010064.label-last-login {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020065 line-height: 2.2;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010066 color: #4a4a4a!important;
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020067 padding: .2em .4em .3em !important;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010068 background-color: #ececec!important;
69}
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020070