Risolti problemi grafici e alcuni dei problemi di resize

This commit is contained in:
Luca Trupiano 2023-02-02 19:49:17 +01:00
parent e6dae6fe84
commit c8a9003976
3 changed files with 1018 additions and 997 deletions

View File

@ -5,7 +5,7 @@ body {
} }
body { body {
padding-top: 61px; padding-top: 62px;
} }
.menuNavigazione { .menuNavigazione {
@ -17,7 +17,6 @@ body {
} }
.menuRicerca { .menuRicerca {
background-color: #999;
width: 30%; width: 30%;
} }

File diff suppressed because it is too large Load Diff

View File

@ -116,9 +116,9 @@ $(document).ready(function() {
resize: function(event, ui) { resize: function(event, ui) {
getDimDiv(); getDimDiv();
}, },
stop: function(event, ui) { //stop: function(event, ui) {
ui.element.width(""); // ui.element.width("");
} //}
}); });
// Evento: modifica dell'unitaRicerca' // Evento: modifica dell'unitaRicerca'