changed readmore text by an arrow, changed max height
This commit is contained in:
parent
cff43e2bef
commit
553d2a9d83
|
@ -135,7 +135,7 @@
|
||||||
.hangar-extra-content .pft-posts-main .news-text-wrap .read-more{
|
.hangar-extra-content .pft-posts-main .news-text-wrap .read-more{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 0.7rem;
|
font-size: 0 /*0.7rem*/;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
min-height: 1.5rem;
|
min-height: 1.5rem;
|
||||||
|
@ -243,7 +243,8 @@
|
||||||
min-height: 1rem;
|
min-height: 1rem;
|
||||||
}
|
}
|
||||||
.hangar-extra-content .pfc-posts-main .read-more:before,.hangar-extra-content .pft-posts-main .read-more:before {
|
.hangar-extra-content .pfc-posts-main .read-more:before,.hangar-extra-content .pft-posts-main .read-more:before {
|
||||||
content: "[...]";
|
/* content: "[...]"; */
|
||||||
|
content: url('https://test.hangar.org/wp-content/themes/hangar-wp-theme/images/fletxalink.png');
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
@ -523,6 +524,7 @@
|
||||||
}
|
}
|
||||||
.indexall.wide .boxentry {
|
.indexall.wide .boxentry {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
.indexall.wide .contentcurt {
|
.indexall.wide .contentcurt {
|
||||||
/* column-count: 2; */
|
/* column-count: 2; */
|
||||||
|
|
Loading…
Reference in New Issue