]> git.proxmox.com Git - pmg-gui.git/blobdiff - css/ext6-pmg.css
allow multiselect for user white- and blacklist
[pmg-gui.git] / css / ext6-pmg.css
index 4850d308e515a223d76abf25912ecf99c163af15..f385d77a40b8b1c9e9bb2bccb7885048f50db620 100644 (file)
@@ -160,3 +160,83 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled {
 .x-webkit :not(.x-form-textarea-body) > .x-form-trigger-wrap {
     height: initial;
 }
+
+tr.x-grid-row-summary  td.x-grid-cell {
+    border-top: 1px solid black;
+    font-weight: bold;
+}
+
+p.logs {
+    white-space: nowrap;
+    font-family: monospace;
+    overflow: auto;
+    border: 1px solid #cfcfcf;
+    margin: 5px;
+    padding: 5px;
+}
+
+tr.quarantine {
+    background-color: #FFE7C2;
+}
+
+tr.blocked {
+    background-color: #FFD1C2;
+}
+
+tr.bounced {
+    background-color: #FFF4C2;
+}
+
+.green {
+    color: #21BF4B;
+}
+
+.gray {
+    color: #cfcfcf;
+}
+
+.red {
+    color: #F00;
+}
+
+.yellow {
+    color: #DD0;
+}
+
+div.left {
+    float: left;
+}
+
+div.right {
+    float: right;
+}
+
+td.right {
+    text-align: right;
+}
+
+td.center {
+    text-align: center;
+}
+
+td.left {
+    text-align: left;
+}
+
+table.dash {
+    margin: auto;
+    width: 90%;
+}
+
+table.dash h2 {
+    margin: 4px 0px;
+}
+
+table.dash td.half {
+    width: 50%;
+}
+
+a.download {
+    color: inherit;
+    text-decoration: none;
+}