correct seminary moodpic for quest list & smaller avatar for mobile 320px
This commit is contained in:
parent
e3fa021bed
commit
676cb1c1fc
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php if(!is_null($seminary['seminarymedia_id'])) : ?>
|
||||
<div class="moodpic">
|
||||
<img src="<?=$linker->link(array('media','seminaryheader',$seminary['url']))?>" />
|
||||
<img src="<?=$linker->link(array('media','seminarymoodpic',$seminary['url']))?>">
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<ul class="breadcrumbs">
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
/** Character Profile **/
|
||||
|
||||
.cportrait img{width:100%}
|
||||
.cportrait img{max-width:100%;max-height:300px}
|
||||
|
||||
.cdata{display:inline-block;background:#fff;border-radius:3px;padding:12px 20px 0 20px;margin-bottom:5px}
|
||||
.cdata.square{text-align:center;width:10%;padding-top:0}
|
||||
|
|
@ -322,6 +322,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
.cinfo{float:left;width:70%}
|
||||
.cportrait{float:right;width:25%}
|
||||
.cportrait img{max-height:100%}
|
||||
|
||||
.gbanner img{float:left;margin:20px 20px 0 0}
|
||||
.gbanner h1{margin:25px 0 2px}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue