1
0
Fork 0
This commit is contained in:
Martin/Geno 2019-02-11 21:54:00 +01:00
parent 138cf532ed
commit 9666591deb
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with 6 additions and 6 deletions

View File

@ -129,7 +129,7 @@
<div class="head">
<span>
<?php if(strlen($event['url']) > 1 ) { ?>
<a href="<?=$event['url'];?>"><?=$event['title'];?></a>
<a href="<?=$event['url'];?>"><?=$event['title'];?>&nbsp;<i class="fas fa-link"></i></a>
<?php
} else {
echo $event['title'];
@ -137,7 +137,7 @@
?>
</span>
<?php if(strlen($event['ticket']) > 1 ) { ?>
<a href="<?=$event['ticket'];?>"><i class="fa fa-ticket" aria-hidden="true"></i></a>
<a href="<?=$event['ticket'];?>"><i class="fas fa-ticket-alt" aria-hidden="true"></i></a>
<?php } ?>
</div>
<div class="desc"><?=$event['description'];?></div>

View File

@ -102,10 +102,10 @@ a {
.head span a {
color: black;
}
.head span a::after {
content: " \f0c1";
font-family: FontAwesome;
font-size: 0.8em;
.head a i {
position: relative;
top: -0.4em;
font-size: 0.6em;
color: #1EAEDB;
}
.one-half.odd .title,