This commit is contained in:
Lorenzo Giacomelli
2016-03-31 16:51:10 +02:00
parent cb81524ddf
commit 67e660a08c
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -116,6 +116,7 @@ try {
<div id ="page_first" class="page">
Inizio
</div>
<div class="page noSelection">...</div>
<script type="text/javascript">
$(document).ready(function(){
$("#page_first").click(function(){
@@ -176,6 +177,7 @@ try {
if($page+2<$numPages){
?>
<div class="page noSelection">...</div>
<div id ="page_last" class="page">
Ultima
</div>
+3 -3
View File
@@ -269,12 +269,12 @@ display: inline-block;
margin-bottom:10px;
/* max-height: 100px; */
}
.culturaMainMedia > img{max-height: 100px;}
./* culturaMainMedia > img{max-height: 100px;} */
.culturaMainMedia.mediaContent > iframe{min-height:150px;max-height:180px;}
.culturaTitle{text-align: left;font-size: 12px;font-weight:bold;}
.ristorantiBlock .ristorantiLink > a, .culturaNews .culturaLink > a{color:#3498d4;font-size:13px;}
.middleBanner{height:142px; width:190px;}
.middleBanner > img{max-height:100px;max-width:220px;}
.middleBanner img{height:100%;width:100%;}
.ristorantiCol{margin-top:10px;text-align:center;}
.ristorantiTitle{margin-top:10px;font-size:12px;}
@@ -300,7 +300,7 @@ display: inline-block;
.meteo div span{font-weight:bold;}
.middleRightBanner{width:190px;overflow: hidden;height: 142px;margin: 5px 0;}
.middleRightBanner > img{max-width:220px; max-heigth:200px;}
.middleRightBanner img{width:100%; heigth:100%;}
.reader > .lastContainer, .lastContainer{/* max-height:120px */;padding:5px;;border-bottom:dotted #C1B4B4 1px;cursor:pointer;}
.reader > .lastContainer:last-child, .lastContainer:last-child {border-bottom: none;}