icon after username?

This is based on my custom example if you use below as a guide and adjust the padding-right as your icon may vary in size:

Code:
.username .style3 {
    background: url("@imagePath/xenforo/icons/admin_markup.png") no-repeat scroll right transparent;
    padding-right: 15px;
 
Top Bottom