progress bar & xp value alignment

This commit is contained in:
Daniel 2014-03-18 20:33:15 +01:00
commit 0ae0543031

View file

@ -12,10 +12,12 @@
<p class="fwb"><?=$hierarchy['title_singular']?> <?=$group['pos']?>:
<?php if(!array_key_exists('access', $group) || $group['access']) : ?>
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>"><?=$group['title']?></a></p>
<div class="cf">
<div class="xpbar">
<span style="width:25%"></span>
</div>
<p class="xpnumeric">350 / 450 XP</p>
</div>
<p>Einleitungstext: Mit völlig verseuchtem Tagewerk machst du dich an die Arbeit und stellst schnell fest...</p>
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>" class="cta orange">Auf ins Abenteuer!</a>
<?php else : ?>