git subrepo commit (merge) mailcow/src/mailcow-dockerized

subrepo: subdir:   "mailcow/src/mailcow-dockerized"
  merged:   "c7b1dc37"
upstream: origin:   "https://github.com/mailcow/mailcow-dockerized.git"
  branch:   "master"
  commit:   "a366494c"
git-subrepo: version:  "0.4.6"
  origin:   "???"
  commit:   "???"
Change-Id: Id574ecd4e02e3c4fbf8a1efd49be11c0b6d19a3f
diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/quarantine.css b/mailcow/src/mailcow-dockerized/data/web/css/site/quarantine.css
index 98a74d6..0455b7c 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/quarantine.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/quarantine.css
@@ -1,102 +1,104 @@
-.pagination a {

-  text-decoration: none !important;

-}

-

-.panel.panel-default {

-  overflow: visible !important;

-}

-

-.table-responsive {

-  overflow: visible !important;

-}

-

-.table-responsive {

-  overflow-x: scroll !important;

-}

-

-.footer-add-item {

-  display: block;

-  text-align: center;

-  font-style: italic;

-  padding: 10px;

-  background: #F5F5F5;

-}

-

-@media (min-width: 992px) {

-  .container {

-    width: 100%;

-  }

-}

-@media (min-width: 1920px) {

-  .container {

-      width: 80%;

-  }

-}

-

-.mass-actions-quarantine {

-  user-select: none;

-}

-

-.inputMissingAttr {

-  border-color: #FF4136;

-}

-

-.modal#qidDetailModal p {

-  word-break: break-all;

-}

-

-span#qid_detail_score {

-  font-weight: 700;

-  margin-left: 5px;

-}

-

-span.rspamd-symbol {

-  display: inline-block;

-  margin: 2px 6px 2px 0;

-  border-radius: 4px;

-  padding: 0 7px;

-}

-

-span.rspamd-symbol.positive {

-  background: #4CAF50;

-  border: 1px solid #4CAF50;

-  color: white;

-}

-

-span.rspamd-symbol.negative {

-  background: #ff4136;

-  border: 1px solid #ff4136;

-  color: white;

-}

-

-span.rspamd-symbol.neutral {

-  background: #f5f5f5;

-  color: #333;

-  border: 1px solid #ccc;

-}

-

-span.rspamd-symbol span.score {

-  font-weight: 700;

-}

-

-span.mail-address-item {

-  background-color: #f5f5f5;

-  border-radius: 4px;

-  border: 1px solid #ccc;

-  padding: 2px 7px;

-  display: inline-block;

-  margin: 2px 6px 2px 0;

-}

-

-table tbody tr {

-  cursor: pointer;

-}

-

-table tbody tr td input[type="checkbox"] {

-  cursor: pointer;

-}

-.label-rspamd-action {

-  font-size:110%;

-  margin:20px;

-}

-

+.pagination a {
+  text-decoration: none !important;
+}
+
+.panel.panel-default {
+  overflow: visible !important;
+}
+
+.table-responsive {
+  overflow: visible !important;
+}
+
+.table-responsive {
+  overflow-x: scroll !important;
+}
+
+.footer-add-item {
+  display: block;
+  text-align: center;
+  font-style: italic;
+  padding: 10px;
+  background: #F5F5F5;
+}
+
+@media (min-width: 992px) {
+  .container {
+    width: 100%;
+  }
+}
+@media (min-width: 1920px) {
+  .container {
+      width: 80%;
+  }
+}
+
+.mass-actions-quarantine {
+  user-select: none;
+}
+
+.inputMissingAttr {
+  border-color: #FF4136;
+}
+
+.modal#qidDetailModal p {
+  word-break: break-all;
+}
+
+span#qid_detail_score {
+  font-weight: 700;
+  margin-left: 5px;
+}
+
+span.rspamd-symbol {
+  display: inline-block;
+  margin: 2px 6px 2px 0;
+  border-radius: 4px;
+  padding: 0 7px;
+}
+
+span.rspamd-symbol.positive {
+  background: #4CAF50;
+  border: 1px solid #4CAF50;
+  color: white;
+}
+
+span.rspamd-symbol.negative {
+  background: #ff4136;
+  border: 1px solid #ff4136;
+  color: white;
+}
+
+span.rspamd-symbol.neutral {
+  background: #f5f5f5;
+  color: #333;
+  border: 1px solid #ccc;
+}
+
+span.rspamd-symbol span.score {
+  font-weight: 700;
+}
+
+span.mail-address-item {
+  background-color: #f5f5f5;
+  border-radius: 4px;
+  border: 1px solid #ccc;
+  padding: 2px 7px;
+  display: inline-block;
+  margin: 2px 6px 2px 0;
+}
+
+table tbody tr {
+  cursor: pointer;
+}
+
+table tbody tr td input[type="checkbox"] {
+  cursor: pointer;
+}
+.label-rspamd-action {
+  font-size:110%;
+  margin:20px;
+}
+.senders-mw220 {
+  max-width: 220px;
+}