ultimi fix
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ try {
|
||||
|
||||
$ristorantiNews = GlobalVariables::get("dao")->query("NotiziaModel",
|
||||
array('$and'=>array(array("status"=>NotiziaModel::STATUS_ACCEPTED),array("category"=>NotiziaModel::CATEGORY_RISTORANTI),array('_id'=>array('$nin'=>$ansaIds)))),
|
||||
array("sort"=>array("about.data"=>-1),"limit"=>4)
|
||||
array("sort"=>array("about.data"=>-1),"limit"=>3)
|
||||
);
|
||||
if (sizeof($ristorantiNews)>0){
|
||||
$ristorantiNews = array_map(function($ele){$ele->testo = strip_tags($ele->testo);$ele->sottotitolo = strip_tags($ele->sottotitolo); return $ele; }, $ristorantiNews);
|
||||
|
||||
@@ -194,9 +194,7 @@ display: inline-block;
|
||||
.categoryNews{width:100%;/* height:285px;*/ margin-bottom:29px;position:relative;}
|
||||
.categoryBar{height:27px;}
|
||||
.categoryTag{
|
||||
padding-top:5px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
background-color: #339cd5;
|
||||
@@ -207,6 +205,7 @@ display: inline-block;
|
||||
position: relative;
|
||||
font-family:"Bebas Neue";
|
||||
padding-top:5px;
|
||||
padding-left:5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -269,7 +268,7 @@ display: inline-block;
|
||||
margin-bottom:10px;
|
||||
/* max-height: 100px; */
|
||||
}
|
||||
./* culturaMainMedia > img{max-height: 100px;} */
|
||||
.culturaMainMedia > img{max-height: 200px;}
|
||||
.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;}
|
||||
|
||||
Reference in New Issue
Block a user