Risolti problemi grafici e alcuni dei problemi di resize
This commit is contained in:
parent
e6dae6fe84
commit
c8a9003976
|
@ -5,7 +5,7 @@ body {
|
|||
}
|
||||
|
||||
body {
|
||||
padding-top: 61px;
|
||||
padding-top: 62px;
|
||||
}
|
||||
|
||||
.menuNavigazione {
|
||||
|
@ -17,7 +17,6 @@ body {
|
|||
}
|
||||
|
||||
.menuRicerca {
|
||||
background-color: #999;
|
||||
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) {
|
||||
getDimDiv();
|
||||
},
|
||||
stop: function(event, ui) {
|
||||
ui.element.width("");
|
||||
}
|
||||
//stop: function(event, ui) {
|
||||
// ui.element.width("");
|
||||
//}
|
||||
});
|
||||
|
||||
// Evento: modifica dell'unitaRicerca'
|
||||
|
|
Loading…
Reference in New Issue