Nuova versione resizable e scrollable
This commit is contained in:
parent
cd8f87a56d
commit
1b981ad337
|
@ -4,8 +4,8 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.menuRicerca {
|
||||
width: 30%;
|
||||
body {
|
||||
padding-top: 61px;
|
||||
}
|
||||
|
||||
.menuNavigazione {
|
||||
|
@ -13,7 +13,12 @@ body {
|
|||
}
|
||||
|
||||
.minimap {
|
||||
width: 9%;
|
||||
width: 7%;
|
||||
}
|
||||
|
||||
.menuRicerca {
|
||||
background-color: #999;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.visCanto {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -636,7 +636,7 @@ $(" .Ma, .Co, .Su, .Pa").hover(function(idx, element) {
|
|||
//divcanto.attr('style', 'display:none')
|
||||
divcanto.attr('id', (cantica + canto).replace(" ", "_"))
|
||||
titolocanto.appendTo(divcanto)
|
||||
divcanto.appendTo(' .blog-main')
|
||||
divcanto.appendTo('#displaycanto')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue