Minor changes
This commit is contained in:
parent
977af95b45
commit
d26b010704
|
@ -597,23 +597,25 @@
|
|||
<div class="flex flex-column" >
|
||||
<div class="w-45 pa1 mr1">
|
||||
|
||||
<div class="availability f4 b labelRisultatoInferno">
|
||||
<div class="availability f5 b labelRisultatoInferno">
|
||||
<span style="display: none;">Inferno:</span>
|
||||
</div>
|
||||
<div id="ResultCantiInferno" style="display: none;">
|
||||
<div id="ResultCantiInferno" style="display: none;">
|
||||
</div>
|
||||
|
||||
<div class="availability f4 b labelRisultatoPurgatorio">
|
||||
<div> </div>
|
||||
<div class="availability f5 b labelRisultatoPurgatorio">
|
||||
<span style="display: none;">Purgatorio:</span>
|
||||
</div>
|
||||
<div id="ResultCantiPurgatorio" style="display: none;">
|
||||
</div>
|
||||
<div> </div>
|
||||
|
||||
<div class="availability f4 b labelRisultatoParadiso">
|
||||
<div class="availability f5 b labelRisultatoParadiso">
|
||||
<span style="display: none;">Paradiso:</span>
|
||||
</div>
|
||||
<div id="ResultCantiParadiso" style="display: none;">
|
||||
</div>
|
||||
<div> </div>
|
||||
|
||||
<div class="f4 link dim br1 bn pa0 mb0 dib dark-blue b" id="occorrenze"style="display: none;"> Totale Occorrenze: 21 </div>
|
||||
</div>
|
||||
|
@ -742,13 +744,6 @@
|
|||
</textarea>
|
||||
|
||||
</form>
|
||||
<!-- <p>
|
||||
<input style="display: block; width: 51px; height: 51px;"
|
||||
class="b ph7-m pv2 input-reset bn b--black bg-transparent grow pointer f6"
|
||||
type="image" src="./images/Search.png" id="grammarbutton"
|
||||
value="Cerca" title="Applica i criteri di ricerca">
|
||||
</p>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -817,8 +817,6 @@ $(document).ready(function() {
|
|||
element.find('.sn').html(size);
|
||||
grammarconditions = grammarconditions + 1
|
||||
|
||||
if (size == 1)
|
||||
jQuery('#grammarbutton').attr('style', "display:block;")
|
||||
|
||||
}
|
||||
|
||||
|
@ -862,8 +860,7 @@ $(document).ready(function() {
|
|||
|
||||
element.find('.sn').html(size);
|
||||
sintconditions = sintconditions + 1
|
||||
if (size == 1)
|
||||
jQuery('#grammarbutton').attr('style', "display:block;")
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -948,7 +945,6 @@ $(document).ready(function() {
|
|||
e.preventDefault();
|
||||
$('.labelVai span').html("Vai a:");
|
||||
$('.searchCosa').attr('style', "display:none;")
|
||||
$('#grammarbutton').attr('style', "display:block; width: 51px; height: 51px;");
|
||||
$('#quitGoButton').attr('style', "display:none;");
|
||||
|
||||
});
|
||||
|
@ -998,7 +994,6 @@ $(document).ready(function() {
|
|||
|
||||
$('.labelVai span').html("Vai a:");
|
||||
$('.searchCosa').attr('style', "display:none;")
|
||||
$('#grammarbutton').attr('style', "display:block; width: 51px; height: 51px;");
|
||||
$('#quitGoButton').attr('style', "display:none;");
|
||||
|
||||
});
|
||||
|
@ -1026,7 +1021,6 @@ $(document).ready(function() {
|
|||
$('#apricerca').css({'opacity' : 0.25});
|
||||
|
||||
$('.labelVai span').html("Vai a:");
|
||||
$('#grammarbutton').attr('style', "display:block; width: 51px; height: 51px;");
|
||||
|
||||
$('#browseArea').css('opacity', '1');
|
||||
$('#PagineCanti').prop("disabled", false);
|
||||
|
@ -1069,7 +1063,7 @@ $(document).ready(function() {
|
|||
setTimeout(function() {
|
||||
$("#loader").hide();
|
||||
fakeResult();
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue