achievement list formatting fix
This commit is contained in:
parent
eab936fc2d
commit
c596beec4c
2 changed files with 2 additions and 5 deletions
|
|
@ -56,10 +56,7 @@
|
|||
<?php if(!is_null($achievement['achieved_achievementsmedia_id'])) : ?>
|
||||
<img src="<?=$linker->link(array('media','achievement',$seminary['url'],$achievement['url']))?>" />
|
||||
<?php endif ?>
|
||||
<h3 id="<?=$achievement['url']?>"><?=$achievement['title']?></h3>
|
||||
<p class="fwb">
|
||||
<span class="unlcked"><?=sprintf(_('achieved at: %s'), $dateFormatter->format(new \DateTime($achievement['created'])))?></span>
|
||||
</p>
|
||||
<h3 id="<?=$achievement['url']?>"><?=$achievement['title']?><span class="unlcked"><?=sprintf(_('achieved at: %s'), $dateFormatter->format(new \DateTime($achievement['created'])))?></span></h3>
|
||||
<p class="desc"><?=\hhu\z\Utils::t($achievement['description'])?></p>
|
||||
</li>
|
||||
<?php endforeach?>
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
.achmnts li{background:#fff;margin-bottom:10px;padding:15px;border-radius:3px}
|
||||
.achmnts img{width:55px;height:55px;float:left;margin-right:15px;border-radius:3px}
|
||||
.achmnts p{margin:0 0 4px}
|
||||
.achmnts p,.achmnts h3{margin:0 0 4px;font-size:1em}
|
||||
.achmnts .unlcked{margin-top:3px;font-size:.875em;font-weight:normal;display:block}
|
||||
.achmnts .desc{font-size:.875em;padding-top:10px}
|
||||
.achmnts .prgrss{margin-top:15px}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue