Risolti problemi grafici e alcuni dei problemi di resize
This commit is contained in:
parent
e6dae6fe84
commit
c8a9003976
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2040
index_4.1.html
2040
index_4.1.html
File diff suppressed because it is too large
Load Diff
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue