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().'