From 12404e36b4099ffb15f63c59491df4b5b4d7a09d Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 13 Jun 2017 09:35:00 +0200 Subject: [PATCH] Use CSS also for dashboard2 --- dashboard2/css/dashboard.css | 30 ++++++++++++++++++++++++++++++ dashboard2/pgs/repeaters.php | 2 +- dashboard2/pgs/users.php | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/dashboard2/css/dashboard.css b/dashboard2/css/dashboard.css index 1246f51..bcc651c 100644 --- a/dashboard2/css/dashboard.css +++ b/dashboard2/css/dashboard.css @@ -13,6 +13,36 @@ body { margin-bottom: 60px; } +a.tip { + text-decoration: none; +} + +a.tip:hover { + position : relative; +} + +a.tip span { + display : none +} + +a.tip:hover span { + background: #000000; + opacity: 0.8; + border: none; + border-radius: 5px 5px 5px 5px; + font-family: calibri, verdana, arial, comic sans; + font-size: 12pt; + text-decoration: none; + white-space: nowrap; + color: #FFFFFF; + padding: 6px 6px 6px 6px; + margin: 10px; + display: block; + z-index: 50; + position: absolute; + top: 10px; +} + /* * Global add-ons diff --git a/dashboard2/pgs/repeaters.php b/dashboard2/pgs/repeaters.php index 5bd6f12..3e1f643 100644 --- a/dashboard2/pgs/repeaters.php +++ b/dashboard2/pgs/repeaters.php @@ -27,7 +27,7 @@ for ($i=0;$i<$Reflector->NodeCount();$i++) { '; list ($Flag, $Name) = $Reflector->GetFlag($Reflector->Nodes[$i]->GetCallSign()); if (file_exists("./img/flags/".$Flag.".png")) { - echo ''.$Name.''; + echo ''.$Name.''.$Name.''; } echo ' '; + echo ''.$Name.''.$Name.''; } echo ' '.$Reflector->Stations[$i]->GetCallsignOnly().'