add "find friends" to right_aside to diabook, fixes in css in diabook
This commit is contained in:
parent
b9d976e31b
commit
e7bc3f2bd0
9 changed files with 32 additions and 16 deletions
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
{{ endif }}
|
||||
|
||||
{{ if $lastusers_title }}
|
||||
{{ if $nv }}
|
||||
<h3>Find Friends</h3>
|
||||
<a class="$nv.directory.2" href="$nv.directory.0" style="margin-left: 10px; " title="$nv.directory.3" >$nv.directory.1</a><br>
|
||||
<a class="$nv.match.2" href="$nv.match.0" style="margin-left: 10px; " title="$nv.match.3" >$nv.match.1</a><br>
|
||||
|
|
|
@ -387,7 +387,7 @@
|
|||
margin-bottom: 1px;
|
||||
width: 484px;
|
||||
border-bottom: 1px solid #BDCDD4;
|
||||
background-color: #E4EEF7;
|
||||
background-color: #fff;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
@ -1324,12 +1324,11 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
|
|||
float: right;
|
||||
}
|
||||
.wall-item-container.comment {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 80px;
|
||||
width: 500px;
|
||||
border-bottom: 1px solid hsl(198, 21%, 79%);
|
||||
background-color: #E4EEF7;
|
||||
}
|
||||
.wall-item-container.comment .contact-photo {
|
||||
width: 32px;
|
||||
|
@ -1345,17 +1344,10 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
|
|||
.wall-item-container.comment .wall-item-links {
|
||||
padding-left: 12px;
|
||||
}
|
||||
.wall-item-like {
|
||||
background-color: #E4EEF7;
|
||||
|
||||
}
|
||||
.wall-item-dislike{
|
||||
background-color: #E4EEF7;
|
||||
border-bottom: 1px solid #BECED5;
|
||||
}
|
||||
|
||||
.wall-item-comment-wrapper {
|
||||
margin: 1px 0px 0px 80px;
|
||||
background-color: #E4EEF7;
|
||||
background-color: #fff;
|
||||
width: 500px;
|
||||
}
|
||||
.wall-item-comment-wrapper .comment-edit-photo {
|
||||
|
|
|
@ -137,7 +137,7 @@ function diabook_blue_community_info(){
|
|||
$aside['$fostitJS'] = $fostitJS;
|
||||
|
||||
//nav FIND FRIENDS
|
||||
|
||||
if(local_user()) {
|
||||
$nv = array();
|
||||
$nv['directory'] = Array('directory', t('Directory'), "", "");
|
||||
$nv['match'] = Array('match', t('Similar Interests'), "", "");
|
||||
|
@ -145,7 +145,7 @@ function diabook_blue_community_info(){
|
|||
$nv['invite'] = Array('invite', t('Invite Friends'), "", "");
|
||||
|
||||
$aside['$nv'] = $nv;
|
||||
|
||||
};
|
||||
//Community Page
|
||||
$page = '<div id="page-sidebar-right_aside" class="widget">
|
||||
<div class="title tool">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue