mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 13:52:03 +00:00
Info veicolo seta click per orari fermata + fix grafici bus in servizio
This commit is contained in:
@@ -169,7 +169,7 @@ select,input{
|
||||
|
||||
@media (max-width: 768px) {
|
||||
p.scaled{
|
||||
font-size: 70%;
|
||||
font-size: 2vw;
|
||||
}
|
||||
table {
|
||||
margin-top: 10px;
|
||||
@@ -217,6 +217,9 @@ select,input{
|
||||
}
|
||||
|
||||
@media (max-width: 512px) {
|
||||
p.scaled{
|
||||
font-size: 3vw;
|
||||
}
|
||||
th,td {
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ function caricadati(){
|
||||
tr.innerHTML = `
|
||||
<tr>
|
||||
<td>Ora si trova a:</td>
|
||||
<td>${bus.next_stop}</td>
|
||||
<td><a href="/seta_menu/cercaorario/fermata.html?code=${bus.waypoint_code}&name=${bus.next_stop}" class="bianco">${bus.next_stop}</a></td>
|
||||
</tr>
|
||||
`;
|
||||
tbody.appendChild(tr);
|
||||
|
||||
Reference in New Issue
Block a user