From: Dominik Csapak Date: Tue, 10 Oct 2017 13:16:22 +0000 (+0200) Subject: add new css classes X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=13d6c42228d147507717a550d5207e1947027bd5;p=pmg-gui.git add new css classes they are used in the dashboard Signed-off-by: Dominik Csapak --- diff --git a/css/ext6-pmg.css b/css/ext6-pmg.css index 4a8d670..32fdd5a 100644 --- a/css/ext6-pmg.css +++ b/css/ext6-pmg.css @@ -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%; +}