kkk
This commit is contained in:
parent
7af48b94a5
commit
ddedc8a053
3 changed files with 16 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- <div id="messageFav" class="marginTop"></div>
|
||||
<div id="messageFav" class="marginTop"></div>
|
||||
<div class="relative1" id="coverConainer" style="background: url({$coverPhoto}) center #000000 no-repeat;" >
|
||||
{if $user.userid == userid()}
|
||||
<a href="#" class="btn btn-primary btn-sm changeCover sr-only" id="changeCover">{lang code="Update Cover"}</a>
|
||||
|
@ -17,6 +17,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-2">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img class="relative2 thumb-user" src="{$userquery->getUserThumb($user)}">
|
||||
|
@ -24,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4 padding33">
|
||||
<h3 class="cname">{$user.username}</h3>
|
||||
<h3 class="cname"><span class="cover-user-name">{$user.username}</span></h3>
|
||||
</div>
|
||||
{if $user.userid == userid()}
|
||||
<div class="col-md-4 pull-right padding34 btn-bootums">
|
||||
|
@ -64,10 +65,9 @@
|
|||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<div id="result_cont" class="marginTop"></div>
|
||||
<br><br> -->
|
||||
<br><br>
|
||||
|
||||
|
||||
<div class="relative1" id="coverConainer" style="background: url({$coverPhoto}) no-repeat scroll center center / 100% 100% #000000;" >
|
||||
<!-- <div class="relative1" id="coverConainer" style="background: url({$coverPhoto}) no-repeat scroll center center / 100% 100% #000000;" >
|
||||
{if $user.userid == userid()}
|
||||
<a href="#" class="btn btn-primary btn-sm changeCover sr-only" id="changeCover">{lang code="Update Cover"}</a>
|
||||
{/if}
|
||||
|
@ -127,9 +127,9 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="channel-user-cover-bottomcategs" style="width:100%;">
|
||||
<div class="channel-user-cover-bottomcategs">
|
||||
<div class="" style="width:100%;">
|
||||
<div align="" class="btn-group" style="width:100%;">
|
||||
<div align="" class="btn-group full-width">
|
||||
|
||||
<button style="" class="btn btn-primary btns-below-cover"><i class="glyphicon glyphicon-plus-sign white"> </i>{lang code="Add as Friend"}</button>
|
||||
<a href="private_message.php?mode=new_msg&to=admin" style="" class="btn btn-primary btns-below-cover"> <i class="glyphicon glyphicon-envelope white"></i>{lang code="Send Message"}</a>
|
||||
|
@ -160,4 +160,4 @@
|
|||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
|
@ -1,5 +1,8 @@
|
|||
/*chanel start */
|
||||
#coverConainer{ height:350px;}
|
||||
|
||||
|
||||
|
||||
/* #coverConainer{ height:350px;} */
|
||||
.channel-cover-thumb-container{ position: relative; float: left; width:30%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
|
||||
.channel-cover-thumb{ width: 160px; height: 160px; margin:0px auto; display: table; float: none; margin-top: 20%; }
|
||||
.channel-cover-thumb img{ width: 100%; height: 100%; border-radius:50%; border: #fff 2px solid;}
|
||||
|
@ -9,7 +12,7 @@
|
|||
.channel-cover-likeunlike-btns{margin:0px auto; display: table; }
|
||||
.channel-cover-rss-sec{ position: absolute; top: 10px; right: 10px;}
|
||||
.channel-cover-views-sec{ position: absolute; bottom: 10px; right: 10px;}
|
||||
.channel-user-cover-bottomcategs{ margin-top:15px;}
|
||||
.channel-user-cover-bottomcategs{ margin-top:15px; width: 100%;}
|
||||
.btns-below-cover{ width: 33.3% !important; float: left;}
|
||||
.btns-below-cover i{ margin-right:4px;}
|
||||
.btns-below-cover2{ width:23.9% !important; float: left;}
|
||||
|
|
|
@ -39,4 +39,7 @@
|
|||
background-color: #000000;color: white
|
||||
}
|
||||
|
||||
.cover-user-name{
|
||||
background-color:rgba(0,0,0,0.5); padding:2px 4px; border-radius:3px
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue