]> git.proxmox.com Git - pmg-gui.git/commitdiff
add new css classes
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 10 Oct 2017 13:16:22 +0000 (15:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Oct 2017 04:48:45 +0000 (06:48 +0200)
they are used in the dashboard

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
css/ext6-pmg.css

index 4a8d670166a53395c573210ba0698df8e77000e1..32fdd5a2ae0e3f0542b70f18e3c8d09f51dbcd4e 100644 (file)
@@ -198,3 +198,40 @@ tr.bounced {
 .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%;
+}