blob: 98a74d6697a61a1a76e81a6c1e8aa503e99b3007 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001.pagination a {
2 text-decoration: none !important;
3}
4
5.panel.panel-default {
6 overflow: visible !important;
7}
8
9.table-responsive {
10 overflow: visible !important;
11}
12
13.table-responsive {
14 overflow-x: scroll !important;
15}
16
17.footer-add-item {
18 display: block;
19 text-align: center;
20 font-style: italic;
21 padding: 10px;
22 background: #F5F5F5;
23}
24
25@media (min-width: 992px) {
26 .container {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020027 width: 100%;
28 }
29}
30@media (min-width: 1920px) {
31 .container {
32 width: 80%;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010033 }
34}
35
36.mass-actions-quarantine {
37 user-select: none;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010038}
39
40.inputMissingAttr {
41 border-color: #FF4136;
42}
43
44.modal#qidDetailModal p {
45 word-break: break-all;
46}
47
48span#qid_detail_score {
49 font-weight: 700;
50 margin-left: 5px;
51}
52
53span.rspamd-symbol {
54 display: inline-block;
55 margin: 2px 6px 2px 0;
56 border-radius: 4px;
57 padding: 0 7px;
58}
59
60span.rspamd-symbol.positive {
61 background: #4CAF50;
62 border: 1px solid #4CAF50;
63 color: white;
64}
65
66span.rspamd-symbol.negative {
67 background: #ff4136;
68 border: 1px solid #ff4136;
69 color: white;
70}
71
72span.rspamd-symbol.neutral {
73 background: #f5f5f5;
74 color: #333;
75 border: 1px solid #ccc;
76}
77
78span.rspamd-symbol span.score {
79 font-weight: 700;
80}
81
82span.mail-address-item {
83 background-color: #f5f5f5;
84 border-radius: 4px;
85 border: 1px solid #ccc;
86 padding: 2px 7px;
87 display: inline-block;
88 margin: 2px 6px 2px 0;
89}
90
91table tbody tr {
92 cursor: pointer;
93}
94
95table tbody tr td input[type="checkbox"] {
96 cursor: pointer;
97}
98.label-rspamd-action {
99 font-size:110%;
100 margin:20px;
101}
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200102