merge
This commit is contained in:
commit
a60c7a2c19
3 changed files with 17 additions and 10 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<section>
|
||||
<h1><i class="fa fa-users fa-fw"></i><?=$groupsgroup['name']?></h1>
|
||||
<ul class="grpqlist">
|
||||
<ol class="grpqlist">
|
||||
<?php foreach($groups as &$group) : ?>
|
||||
<li>
|
||||
<span class="date"><?=$dateFormatter->format(new \DateTime($group['created']))?></span>
|
||||
|
|
@ -73,5 +73,5 @@
|
|||
<span class="xp"><?=sprintf(_('%d XPs'), $group['xps'])?></span>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
</ol>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -76,5 +76,9 @@
|
|||
<?php endforeach ?>
|
||||
</ul>
|
||||
<?php if(!is_null($limit)) : ?>
|
||||
<p><a href="<?=$linker->link('all',3)?>"><?=_('Show all')?></a></p>
|
||||
<nav class="admin">
|
||||
<li>
|
||||
<a href="<?=$linker->link('all',3)?>"><?=_('Show all')?></a>
|
||||
</li>
|
||||
</nav>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
|
|
@ -153,6 +153,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.task strong{font-style:italic;font-weight:400}
|
||||
.task table{max-width:800px}
|
||||
.task td{background:#fff;padding:1px 5px;border:1px solid #d7d4cf}
|
||||
.task table option{font-size:0.675em}
|
||||
.task input[type="text"].small{width:40px}
|
||||
.task input[type="text"].medium{width:90px}
|
||||
|
||||
|
||||
/** Popup Notification **/
|
||||
|
|
@ -234,9 +237,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.cglist li p{margin:0;display:inline}
|
||||
.cglist .gbanner{width:40px;height:40px;border-radius:3px;display:inline;margin:5px 5px 0 0}
|
||||
.cglist .xp{display:block}
|
||||
.cglist.rnkng li:nth-child(-n+3){border:3px solid #cd7f32;border-width:0 0 2px}
|
||||
.cglist.rnkng li:nth-child(-n+2){border-color:#c0c0c0}
|
||||
.cglist.rnkng li:nth-child(-n+1){border-color:#ffd700}
|
||||
.cglist.rnkng li:nth-child(3){margin-bottom:16px}
|
||||
.cglist.rnkng li:nth-child(-n+3) a{display:inline-block;vertical-align:top;margin-top:10px}
|
||||
|
||||
.cgqlist li{background:#fff;margin-bottom:5px;padding:3px}
|
||||
|
|
@ -265,10 +266,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
/** Charactergroup Quest **/
|
||||
|
||||
.grpqlist li{background:#fff;margin-bottom:6px;padding:5px 15px 5px 0;font-size:.875em;border-radius:3px}
|
||||
.grpqlist .date{padding:0 15px;border-right:1px solid #dad8d5}
|
||||
.grpqlist .group{padding:0 15px}
|
||||
.grpqlist .xp{float:right}
|
||||
.grpqlist li{list-style-type:decimal;background:#fff;margin:0 0 6px 30px;padding:5px 15px;font-size:.875em;border-radius:3px}
|
||||
.grpqlist .date{padding:0 15px 0 0;display:block}
|
||||
.grpqlist .xp{display:block}
|
||||
.gqgllry li{display:inline-block}
|
||||
|
||||
|
||||
|
|
@ -365,6 +365,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
.gchars li{width:32%}
|
||||
|
||||
.grpqlist .date{float:left}
|
||||
.grpqlist .xp{float:right}
|
||||
|
||||
.achmnts .xpbar{width:89%}
|
||||
|
||||
.admnql span{float:right}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue