diff --git a/dashboard/css/layout.css b/dashboard/css/layout.css index 2e1dd0e..3a80aff 100755 --- a/dashboard/css/layout.css +++ b/dashboard/css/layout.css @@ -10,6 +10,36 @@ h1 { font-size : 25pt; } +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; +} + #top { height : 115px; background-color : #FFFFFF; diff --git a/dashboard/pgs/repeaters.php b/dashboard/pgs/repeaters.php index 28a5e71..124d59d 100755 --- a/dashboard/pgs/repeaters.php +++ b/dashboard/pgs/repeaters.php @@ -31,7 +31,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().'