Nuova versione resizable e scrollable
This commit is contained in:
parent
cd8f87a56d
commit
1b981ad337
|
@ -3,9 +3,9 @@ html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuRicerca {
|
body {
|
||||||
width: 30%;
|
padding-top: 61px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuNavigazione {
|
.menuNavigazione {
|
||||||
|
@ -13,7 +13,12 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.minimap {
|
.minimap {
|
||||||
width: 9%;
|
width: 7%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuRicerca {
|
||||||
|
background-color: #999;
|
||||||
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visCanto {
|
.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('style', 'display:none')
|
||||||
divcanto.attr('id', (cantica + canto).replace(" ", "_"))
|
divcanto.attr('id', (cantica + canto).replace(" ", "_"))
|
||||||
titolocanto.appendTo(divcanto)
|
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