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

subrepo: subdir:   "mailcow/src/mailcow-dockerized"
  merged:   "02ae5285"
upstream: origin:   "https://github.com/mailcow/mailcow-dockerized.git"
  branch:   "master"
  commit:   "649a5c01"
git-subrepo: version:  "0.4.3"
  origin:   "???"
  commit:   "???"
Change-Id: I870ad468fba026cc5abf3c5699ed1e12ff28b32b
diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/admin.css b/mailcow/src/mailcow-dockerized/data/web/css/site/admin.css
index 37395a2..bff4f20 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/admin.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/admin.css
@@ -1,7 +1,3 @@
-table.footable>tbody>tr.footable-empty>td {

-  font-size:15px !important;

-  font-style:italic;

-}

 .pagination a {

   text-decoration: none !important;

 }

@@ -75,7 +71,7 @@
 }

 .regex-input {

   font-family: Consolas,monaco,monospace;

-  font-size: 14px;

+  font-size: 1rem;

 }

 .label-keys {

   font-size:100%;

@@ -85,4 +81,7 @@
 .key-action {

   font-weight:bold;

   color:white !important;

+}

+.dkim-label {

+  margin: 0 0 8px !important;

 }
\ No newline at end of file
diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/debug.css b/mailcow/src/mailcow-dockerized/data/web/css/site/debug.css
index 2209462..39c3a86 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/debug.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/debug.css
@@ -1,7 +1,3 @@
-table.footable>tbody>tr.footable-empty>td {

-  font-size:15px !important;

-  font-style:italic;

-}

 .pagination a {

   text-decoration: none !important;

 }

@@ -38,10 +34,4 @@
 .table-lines {

   vertical-align: inherit;

 }

-tbody {

-  font-size:14px;

-}

-.status-indicator {

-  width: 15px;

-  height: 15px;

-}

+

diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/edit.css b/mailcow/src/mailcow-dockerized/data/web/css/site/edit.css
index ac3a430..e8fb819 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/edit.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/edit.css
@@ -1,7 +1,3 @@
-table.footable>tbody>tr.footable-empty>td {

-  font-size:15px !important;

-  font-style:italic;

-}

 .pagination a {

   text-decoration: none !important;

 }

@@ -40,4 +36,8 @@
   -moz-transform:rotateX(180deg);

   -webkit-transform:rotateX(180deg);

   transform:rotateX(180deg);

-}
\ No newline at end of file
+}

+#sender_acl_disabled {

+  display:none;

+  margin-top:10px;

+}

diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/index.css b/mailcow/src/mailcow-dockerized/data/web/css/site/index.css
index 10f7c0d..41438a8 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/index.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/index.css
@@ -2,4 +2,7 @@
   #top {

     padding-top: 15px !important;

   }

-}
\ No newline at end of file
+}

+.ui-announcement-alert {

+  margin: 10px 0px 10px 0px;

+}

diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/mailbox.css b/mailcow/src/mailcow-dockerized/data/web/css/site/mailbox.css
index 8b5bad6..4822a6f 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/mailbox.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/mailbox.css
@@ -1,7 +1,3 @@
-table.footable>tbody>tr.footable-empty>td {

-  font-size:15px !important;

-  font-style:italic;

-}

 .pagination a {

   text-decoration: none !important;

 }

@@ -26,6 +22,11 @@
 }

 @media (min-width: 992px) {

   .container {

+      width: 100%;

+  }

+}

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

+  .container {

       width: 80%;

   }

 }

@@ -57,8 +58,13 @@
 table tbody tr td input[type="checkbox"] {

   cursor: pointer;

 }

+.label-last-login .bi {

+  font-size: 8pt !important;

+}

 .label-last-login {

-  line-height: 2.5;

+  line-height: 2.2;

   color: #4a4a4a!important;

+  padding: .2em .4em .3em !important;

   background-color: #ececec!important;

 }

+

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 7a12749..3634696 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/quarantine.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/quarantine.css
@@ -1,8 +1,3 @@
-table.footable>tbody>tr.footable-empty>td {

-  font-size: 15px !important;

-  font-style: italic;

-}

-

 .pagination a {

   text-decoration: none !important;

 }

@@ -29,13 +24,18 @@
 

 @media (min-width: 992px) {

   .container {

-    width: 80%;

+    width: 100%;

+  }

+}

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

+  .container {

+      width: 80%;

   }

 }

 

 .mass-actions-quarantine {

   user-select: none;

-  padding: 10px 0 10px 10px;

+  padding: 10px;

 }

 

 .inputMissingAttr {

@@ -100,3 +100,4 @@
   font-size:110%;

   margin:20px;

 }

+

diff --git a/mailcow/src/mailcow-dockerized/data/web/css/site/user.css b/mailcow/src/mailcow-dockerized/data/web/css/site/user.css
index 965562c..0ec07b7 100644
--- a/mailcow/src/mailcow-dockerized/data/web/css/site/user.css
+++ b/mailcow/src/mailcow-dockerized/data/web/css/site/user.css
@@ -1,7 +1,3 @@
-table.footable>tbody>tr.footable-empty>td {

-  font-size:15px !important;

-  font-style:italic;

-}

 .pagination a {

   text-decoration: none !important;

 }

@@ -47,17 +43,6 @@
 table tbody tr td input[type="checkbox"] {

   cursor: pointer;

 }

-.rotate {

-  -moz-transition: all 0.3s linear;

-  -webkit-transition: all 0.3s linear;

-  transition: all 0.3s linear;

-}

-.rotate.animation {

-  -ms-transform:rotateX(180deg);

-  -moz-transform:rotateX(180deg);

-  -webkit-transform:rotateX(180deg);

-  transform:rotateX(180deg);

-}

 .label-keys {

   font-size:100%;

   margin: 0px !important;

@@ -66,4 +51,79 @@
 .key-action {

   font-weight:bold;

   color:white !important;

-}
\ No newline at end of file
+}

+svg {

+  display: inline-block;

+  vertical-align: middle;

+}

+.c-1-color, .label-ham {

+  background: #28b62c;

+  background: -webkit-linear-gradient(to right, #28b62c, #fff233);

+  background: linear-gradient(to right, #28b62c, #fff233);

+  color: #000;

+}

+.c-2-color, .label-spam {

+  background: #fff233;

+  background: -webkit-linear-gradient(to right, #fff233, #ff4136);

+  background: linear-gradient(to right, #fff233, #ff4136);

+  color: #000;

+}

+.c-3-color, .label-reject{

+  background: #ff4136;

+  color: #fff;

+}

+#spam_score {

+  margin-bottom: 10px;

+}

+.noUi-handle {

+  border: 1px solid #e2e2e2;

+  border-radius: 0px;

+  background: #eee;

+  cursor: default;

+  box-shadow: none;

+  border-top-width: 0px;

+  border-right-width: 1px;

+  border-bottom-width: 4px;

+  border-left-width: 1px;

+}

+.noUi-handle:hover {

+  background-color: #eee;

+  border-color: #e2e2e2;

+  margin-top: 1px;

+border-bottom-width: 3px;

+}

+.noUi-handle::after, .noUi-handle::before {

+  background: #c6c6c6;

+  width: 2px;

+}

+.noUi-target {

+  background: transparent;

+  border-radius: 0px;

+  border: 1px solid #D3D3D3;

+  box-shadow: none;

+}

+.noUi-connects {

+  border-radius: 0px;

+}

+.label-ham,

+.label-spam,

+.label-reject {

+  padding: .1em .5em .1em;

+  font-size: inherit;

+  font-weight: 400;

+}

+.clear-last-logins {

+  cursor: pointer;

+  font-size:90%;

+  font-style: italic;

+  color: #158cba;

+  user-select:none;

+}

+.ip-location-flag {

+  border-radius: 4px;

+  top: 3px;

+}

+.recent-login-success {

+  margin-top:2px;

+  margin-right:10px;

+}