merge
This commit is contained in:
commit
bca58c4c61
2 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
<li><a href="<?=$linker->link(array('creategroup',$seminary['url'],$groupsgroup['url']), 1)?>"><?=sprintf(_('Create new %s Character group'), $groupsgroup['name'])?></a></li>
|
<li><a href="<?=$linker->link(array('creategroup',$seminary['url'],$groupsgroup['url']), 1)?>"><?=sprintf(_('Create new %s Character group'), $groupsgroup['name'])?></a></li>
|
||||||
</nav>
|
</nav>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<ol class="cglist">
|
<ol class="cglist rnkng">
|
||||||
<?php foreach($groups as $index => &$group) : ?>
|
<?php foreach($groups as $index => &$group) : ?>
|
||||||
<li>
|
<li>
|
||||||
<?php if($index < 3) : ?>
|
<?php if($index < 3) : ?>
|
||||||
|
|
|
||||||
|
|
@ -234,10 +234,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
||||||
.cglist li p{margin:0;display:inline}
|
.cglist li p{margin:0;display:inline}
|
||||||
.cglist .gbanner{width:40px;height:40px;border-radius:3px;display:inline;margin:5px 5px 0 0}
|
.cglist .gbanner{width:40px;height:40px;border-radius:3px;display:inline;margin:5px 5px 0 0}
|
||||||
.cglist .xp{display:block}
|
.cglist .xp{display:block}
|
||||||
.cglist li:nth-child(-n+3){border:3px solid #cd7f32;border-width:0 0 2px}
|
.cglist.rnkng li:nth-child(-n+3){border:3px solid #cd7f32;border-width:0 0 2px}
|
||||||
.cglist li:nth-child(-n+2){border-color:#c0c0c0}
|
.cglist.rnkng li:nth-child(-n+2){border-color:#c0c0c0}
|
||||||
.cglist li:nth-child(-n+1){border-color:#ffd700}
|
.cglist.rnkng li:nth-child(-n+1){border-color:#ffd700}
|
||||||
.cglist li:nth-child(-n+3) a{display:inline-block;vertical-align:top;margin-top:10px}
|
.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}
|
.cgqlist li{background:#fff;margin-bottom:5px;padding:3px}
|
||||||
.cgqlist img{float:left;width:40px;height:40px;border-radius:3px;margin-right:10px}
|
.cgqlist img{float:left;width:40px;height:40px;border-radius:3px;margin-right:10px}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue