friend/contact sidebar block
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
<?php if($profile['uid'] != $_SESSION['uid']) { ?>
|
||||
<li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Connect</a></li>
|
||||
<?php } ?>
|
||||
<?php if(! $profile['hide-friends']) echo '<li><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">View Contacts</a></li>'; ?>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
@@ -616,6 +616,9 @@ input#dfrn-url {
|
||||
#view-contact-end {
|
||||
clear: both;
|
||||
}
|
||||
#viewcontacts {
|
||||
margin-top: 15px;
|
||||
}
|
||||
#profile-edit-default-desc {
|
||||
color: #FF0000;
|
||||
border: 1px solid #FF8888;
|
||||
@@ -1780,3 +1783,15 @@ a.mail-list-link:hover {
|
||||
cursor: url('lock.cur'), pointer;
|
||||
/* cursor: pointer !important; */
|
||||
}
|
||||
|
||||
.contact-block-div {
|
||||
float: left;
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
}
|
||||
#contact-block-end {
|
||||
clear: both;
|
||||
}
|
||||
.contact-block-link {
|
||||
float: left;
|
||||
}
|
Reference in New Issue
Block a user