04-Mar-2012, 02:36 PM
A small bug has been fixed and updated in the v1.8 download. The CSS for the admin label was coded to position it 10% vertically. This was okay for most comments but for long comments, the label was appearing further down than it should be. To fix it, 10% should be changed to 8px. In /comments/css/stylesheet.css:
Find all instances of:
And change to:
Find all instances of:
Code:
background-position: 50% 10%;
And change to:
Code:
background-position: 50% 8px;