Compare commits
No commits in common. "55bc84488acad3b97e1104811aa4d171c24e9c98" and "c49392699fd8281514617b13026498c76d00030b" have entirely different histories.
55bc84488a
...
c49392699f
|
@ -59,7 +59,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- EQUIP i MATRONAT -->
|
||||
<!-- EQUIP -->
|
||||
<?php elseif ((!$category) and ($tipus == 'equip')):
|
||||
$lang = qtrans_getLanguage();
|
||||
if($lang == 'ca'):
|
||||
|
|
|
@ -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: 15px;
|
||||
padding-top: 10px;
|
||||
width:calc(100% - 30px);
|
||||
}
|
||||
.hangar-extra-content .pct-posts-main .pct-post .news-text-wrap h2,
|
||||
|
@ -128,17 +128,11 @@
|
|||
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 {
|
||||
|
@ -160,20 +154,11 @@
|
|||
.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;
|
||||
|
|
Loading…
Reference in New Issue