Alright, lets try it this way, change the forum title to the following:
Code:
<em class="gmapplication">GM Application</em><em class="gmapplication_closed">[CLOSED]</em>
Then add this to your additional.css template:
Code:
.gmapplication
{
padding-right:10px;
//margin-top:-15px;
//margin-bottom:-20px;
}
.gmapplication_closed
{
color:red;
//margin-top:-15px;
//margin-bottom:-20px;
}
We shall see if it works this way, and don't make the block so tall.