group quest design with icon

This commit is contained in:
Daniel 2014-05-14 16:57:59 +02:00
commit 3ada3163c4
2 changed files with 13 additions and 3 deletions

View file

@ -233,7 +233,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.cglist li{list-style-type:decimal;background:#fff;margin:0 0 6px 30px;padding:5px 15px;border-radius:3px}
.cglist li p{margin:0}
.cglist .xp{display:block}
.cgqlist li{list-style-type:square;margin-left:25px;padding:2px 15px}
.cgqlist li{background:#fff;margin-bottom:5px;padding:3px}
.cgqlist img{float:left;width:40px;height:40px;border-radius:3px;margin-right:10px}
.cgqlist p{margin:5px 0 0}
/** Charactergroup Profile **/
@ -383,6 +386,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.achmnts .desc{padding-top:0}
.achmnts .unlcked{font-size:.75em;float:right;margin:-6px -4px 0 0;color:#878787}
.cgqlist li{width:48%;float:left}
.cgqlist li:nth-child(odd){float:right}
.libindx li{float:left;width:32%;margin-right:2%}
.libindx li:nth-child(2n){float:left}
.libindx li:nth-child(3n){margin-right:0}