diff --git a/css/custom1_4.2.css b/css/custom1_4.2.css
index 02c9a7a..baba718 100644
--- a/css/custom1_4.2.css
+++ b/css/custom1_4.2.css
@@ -390,4 +390,6 @@ cite.elencoris {
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
position: relative;
left: 200px;
+ line-height: 0.5em;
+ font-size: small
}
diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css
index 6da9535..ee47a87 100644
--- a/css/custom2_4.2.css
+++ b/css/custom2_4.2.css
@@ -399,4 +399,6 @@ cite.elencoris {
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
position: relative;
left: 200px;
+ line-height: 0.5em;
+ font-size: small
}
\ No newline at end of file
diff --git a/css/custom_4.2.css b/css/custom_4.2.css
index 2d1221a..068e3ba 100644
--- a/css/custom_4.2.css
+++ b/css/custom_4.2.css
@@ -325,4 +325,6 @@ lida2:
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
position: relative;
left: 200px;
+ line-height: 0.5em;
+ font-size: small
}
diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js
index b457370..7b8ffce 100644
--- a/js/cesareBrowse.js
+++ b/js/cesareBrowse.js
@@ -377,6 +377,9 @@ $(" ."+formaClass).hover(function(idx, element) {
var versiIniziali = $('
')
var listaVersi = $("
")
+ listaVersi.css("padding-bottom","0px")
+ listaVersi.css("margin-bottom","0px")
+
elencoVersi.attr('id', "Frase"+numeroRisultato);
versiIniziali.attr('id', "versiFrase"+numeroRisultato);
@@ -398,12 +401,19 @@ $(" ."+formaClass).hover(function(idx, element) {
var mhr=$('
')
var comandi = $('')
comandi.attr('id',"comandiFrase"+numeroRisultato)
+ listaVersi.css("margin-bottom","0px")
+ elencoVersi.css("margin-bottom","0px")
+ elencoVersi.css("padding-bottom","0px")
+
var citazione = $('')
citazione.append("[Canto "+getRoman(canto)+", "+getCantica(numeroCantica)+"]")
citazione.attr('class', ' citazioneFrase my-0 mx-2 navig-canto');
citazione.attr('name', getCantica(numeroCantica)+"Canto "+canto);
citazione.attr('id', idCitazione+numeroRisultato);
divVerso.append("
")
+ citazione.css("margin-top","0px")
+ citazione.css("padding-top","0px")
+
citazione.appendTo(divVerso);
var spanBadgeExpand = $('');
@@ -833,7 +843,7 @@ $(" ."+formaClass).hover(function(idx, element) {
//elementoverso.attr("style", "line-height: 1.0em")
- elementoverso.attr('class', 'f6 mb-1 text-muted text-nowrap font-weight-lighter ')//+cantica+' '+canto)
+ elementoverso.attr('class', 'f6 mb-0 text-muted text-nowrap font-weight-lighter ')//+cantica+' '+canto)
//elementoverso.attr('class', 'text-nowrap ')//+cantica+' '+canto)
elementoverso.attr('id', cantica + "_" + canto + "_" + num)