opening header #125
This commit is contained in:
parent
4032dafd9d
commit
98323cd218
|
@ -28,7 +28,7 @@ if($opening['AppUser']['avatar']){
|
|||
|
||||
|
||||
<?=$this->Html->image('openingBanner.jpg',array('class'=>'banner'));?>
|
||||
<?php if($avatar){ ?> <img src="<?=$url;?>" class="logo"/><?php } ?>
|
||||
<?php if($avatar){ ?><div class="logo"><i><img src="<?=$url;?>"/></i></div><?php } ?>
|
||||
<h3><?=$opening['AppUser']['nickname'];?></h3>
|
||||
|
||||
<div class="btn-group">
|
||||
|
|
|
@ -298,15 +298,22 @@ body.loading #container{
|
|||
min-height:120px;
|
||||
min-width:100%;
|
||||
}
|
||||
.opening-header img.logo{
|
||||
position:relative;
|
||||
top:-100px;
|
||||
left:20px;
|
||||
background:white;
|
||||
border:1px solid grey;
|
||||
border-radius:3px;
|
||||
.opening-header .logo i{
|
||||
width:150px;
|
||||
height:150px;
|
||||
margin-bottom:-80px;
|
||||
vertical-align:middle;
|
||||
display:table-cell;
|
||||
}
|
||||
.opening-header .logo{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
top:-100px;
|
||||
left:20px;
|
||||
background:url('trans.png');
|
||||
border:1px solid grey;
|
||||
border-radius:3px;
|
||||
margin-bottom:-80px;
|
||||
float:none;
|
||||
}
|
||||
.opening-header h3{
|
||||
display:inline-block;
|
||||
|
|
Loading…
Reference in New Issue