Compare commits

...

2 Commits

Author SHA1 Message Date
jorge 55bc84488a styled cards for posts from category and tag 2022-09-06 12:34:47 +02:00
jorge 7d419602ff added comment 2022-09-06 12:34:14 +02:00
2 changed files with 20 additions and 5 deletions

View File

@ -59,7 +59,7 @@
</div>
<!-- EQUIP -->
<!-- EQUIP i MATRONAT -->
<?php elseif ((!$category) and ($tipus == 'equip')):
$lang = qtrans_getLanguage();
if($lang == 'ca'):

View File

@ -104,7 +104,7 @@
}
.hangar-extra-content .pfc-posts-main .pfc-post .news-text-wrap,
.hangar-extra-content .pft-posts-main .pft-post .news-text-wrap {
padding-top: 10px;
padding-top: 15px;
width:calc(100% - 30px);
}
.hangar-extra-content .pct-posts-main .pct-post .news-text-wrap h2,
@ -128,11 +128,17 @@
margin-top: 5px;
}
.hangar-extra-content .pfc-posts-main .news-text-wrap .posted-date,
.hangar-extra-content .pft-posts-main .news-text-wrap .posted-date {
display: none;
}
.hangar-extra-content .pfc-posts-main .news-text-wrap .read-more,
.hangar-extra-content .pft-posts-main .news-text-wrap .posted-date,
.hangar-extra-content .pft-posts-main .news-text-wrap .read-more{
display: inline-block;
width: 100%;
font-size: 0.7rem;
line-height: 1rem;
padding-bottom: 0;
min-height: 1.5rem;
}
.hangar-extra-content .pfc-posts-main .pfc-post:last-child ,
.hangar-extra-content .pft-posts-main .pft-post:last-child {
@ -154,11 +160,20 @@
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap,
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap {
float: none;
padding-top: 0px;
padding-bottom: 0px;
/* padding-top: 0px; */
/* padding-bottom: 0px; */
padding-left: 0;
min-height: 80px;
}
.hangar-extra-content .pfc-posts-main .news-text-wrap h2 a,
.hangar-extra-content .pft-posts-main .news-text-wrap h2 a {
font-size: 14px;
line-height: 15px;
padding: 0;
color: #0000FF;
display: inline-block;
font-weight: normal;
}
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap.info-without-space,
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap.info-without-space{
padding-left: 0px;