diff --git a/index.html b/index.html index 60d6621..be52a6a 100644 --- a/index.html +++ b/index.html @@ -39,9 +39,10 @@

SETA:

Servizi rapidi: Cerca orario

+ Ridimensionate tabelle Percorsi, Cerca orario e Bus in servizio per schermi piccoli.
+ Sistemata grafica cerca orario.

Nuove foto: Breda 18m

- Nuovo modello in servizio: Solaris Urbino 18 III ex START

- Ridimensionate tabelle percorsi e cerca orario per schermi piccoli. + Nuovo modello in servizio: Solaris Urbino 18 III ex START

diff --git a/seta_menu/businservizio/css/style.css b/seta_menu/businservizio/css/style.css index 441d403..36e7c54 100644 --- a/seta_menu/businservizio/css/style.css +++ b/seta_menu/businservizio/css/style.css @@ -168,13 +168,6 @@ select,input{ } @media (max-width: 768px) { - .search-result { - display: block; - width: 95.5%; - } - th,td { - font-size: 70%; - } p.scaled{ font-size: 70%; } @@ -182,8 +175,28 @@ select,input{ margin-top: 10px; min-width: 100%; } + div.content-background { + max-width: 100%; + } + .search-result { + display: block; + width: 96.5%; + } + .container { + flex-direction: column; + } + th,td { + font-size: 2vw; + } + nav#corsie-nav ul li a{ + font-size: 90%; + margin: 0; + } + table { + width: 100%; + } h2{ - margin-bottom: 0; + margin-bottom: 8px; } h2.noreduction{ margin-bottom: 16px; @@ -195,8 +208,20 @@ select,input{ width: 98%; height: auto; } - div.content-background { - max-width: 100%; +} + +@media (max-width: 512px) { + th,td { + font-size: 3vw; + } + table{ + margin-top:10px; + } + h2{ + margin-bottom: 0; + } + h2.noreduction{ + margin-bottom: 16px; } } diff --git a/seta_menu/cercaorario/css/style.css b/seta_menu/cercaorario/css/style.css index 64f282e..d799899 100644 --- a/seta_menu/cercaorario/css/style.css +++ b/seta_menu/cercaorario/css/style.css @@ -158,7 +158,6 @@ img{ } th,td { font-size: 2vw; - padding: 1vw; } nav#corsie-nav ul li a{ font-size: 90%; @@ -191,15 +190,12 @@ img{ @media (max-width: 512px) { th,td { font-size: 3vw; - padding: 1vw; - padding-top: .9vw; - padding-bottom: .9vw; } table{ margin-top:10px; } nav#corsie-nav ul li a{ - font-size: 3vw; + font-size: 3.2vw; } h2{ margin-bottom: 0;