move profile image up and refine the aside width
This commit is contained in:
parent
59cddef032
commit
115c18353e
@ -39,7 +39,7 @@
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
height: 245px;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
/* saved searches */
|
||||
|
@ -412,7 +412,8 @@ footer {
|
||||
}
|
||||
|
||||
#profile-photo-wrapper {
|
||||
margin-top: 10px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
@ -704,8 +705,8 @@ a.rateme, div.rateme {
|
||||
|
||||
.contact-block-div {
|
||||
float: left;
|
||||
width: 49px;
|
||||
height: 49px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.contact-block-textdiv {
|
||||
float: left;
|
||||
@ -720,8 +721,8 @@ a.rateme, div.rateme {
|
||||
float: left;
|
||||
}
|
||||
.contact-block-img {
|
||||
width:47px;
|
||||
height:47px;
|
||||
width:48px;
|
||||
height:48px;
|
||||
}
|
||||
|
||||
#tag-remove {
|
||||
|
@ -7,7 +7,7 @@ $(document).ready(function() {
|
||||
if( $('#css3-calc').width() == 10) {
|
||||
$(window).resize(function() {
|
||||
if($(window).width() < 767) {
|
||||
$('main').css('width', $(window).width() + 279 );
|
||||
$('main').css('width', $(window).width() + 284 );
|
||||
} else {
|
||||
$('main').css('width', '100%' );
|
||||
}
|
||||
|
@ -154,7 +154,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
|
||||
|
||||
$x = file_get_contents('view/theme/redbasic/css/style.css');
|
||||
|
||||
$aside_width = 279;
|
||||
$aside_width = 284;
|
||||
|
||||
// left aside and right aside are is 231px + converse width
|
||||
if($converse_center) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div class="vcard">
|
||||
|
||||
<div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
|
||||
{{if $profile.edit}}
|
||||
<div class="dropdown">
|
||||
<a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a>
|
||||
@ -18,7 +18,6 @@
|
||||
<div class="fn">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div>
|
||||
{{if $reddress}}<div class="reddress" oncopy="return false;">{{$profile.reddress}}</div>{{/if}}
|
||||
{{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
|
||||
<div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
|
||||
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="vcard">
|
||||
<div class="fn">{{$name}}</div>
|
||||
<div id="profile-photo-wrapper"><a href="{{$link}}"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></a></div>
|
||||
<div class="fn">{{$name}}</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user