To start with the most annoying one:
There is a simple solution to have background icons for Edit, Reply, Delete, etc and text for those who don't like background graphics:
Code: Select all
<div class="back2top topicbg2">
<div class="topicbg1" style="float: right; width: 733px; padding: 0 0 0 15px">
<div style="float: right">
<ul class="profile-icons" style="float: left">
<li class="edit-icon"><a href="" title="Edit post"><span>Edit post</span></a></li>
<li class="delete-icon"><a href="" title="Delete post"><span>Delete post</span></a></li>
....