Brogan submitted a new resource:
Resposition the online indicator - Move the online indicator to wherever you like using CSS or template edits
Read more about this resource...
Resposition the online indicator - Move the online indicator to wherever you like using CSS or template edits
In the default style, the online indicator is positioned over the avatar.
View attachment 79482
With a few lines of CSS or a simple template edit, you can move it to wherever you like.
If you want it in the top right hand corner of the message user info block like so:
View attachment 79483
Edit the message_user_info.css template or add this to EXTRA.css:
Code:.messageUserBlock div.avatarHolder .onlineMarker { top: 2px; right: 2px; }
For the bottom...
Read more about this resource...