Hi, today I've update party freak (style.css for jomsocial template) but I've again a few bugs. Post screenshot for details:
-space between user name and status
-user cannot delete post, there isn't X button for delete (hide)
thanks for answer
Bye
#community-wrap .cFeed-item .newsfeed-content-actor, .cFeed-item .newsfeed-content-actor {
display: block;
#community-wrap .newsfeed-remove,
#community-wrap .cComments .newsfeed-remove,
#community-wrap li.cFeed-item .newsfeed-remove {
display:none;
position:absolute;
right:0;
top:7px;
}
#community-wrap .newsfeed-remove,
#community-wrap .cComments .newsfeed-remove,
#community-wrap li.cFeed-item .newsfeed-remove {
display:none;
position:absolute;
right:15px;
top:7px;
}
#community-wrap li.cFeed-item .newsfeed-remove + .newsfeed-remove,
#community-wrap .cComments .newsfeed-remove + .newsfeed-remove,
#community-wrap .newsfeed-remove + .newsfeed-remove {
right: 0;
}
body #community-wrap a.cIcon-Hide {
background: url("../images/hide-button.gif") no-repeat scroll 0 0 transparent;
display: block;
float: right;
height: 12px;
outline-style: none;
text-indent: -9999px;
width: 12px;
}
body #community-wrap a.cIcon-Hide:hover {
background: url("../images/hide-button.gif") no-repeat scroll 0 -12px transparent;
}