Sorry for the problems, there is update missing for the css-rule
.threadbit .nonsticky a.threadstatus, .threadbit .sticky a.threadstatus in
threadlist.css
Please change the original
Code:
.threadbit .nonsticky a.threadstatus, .threadbit .sticky a.threadstatus {
background-position: {vb:stylevar padding} 4px;
background-repeat: no-repeat;
clear: right;
display: block;
float: left;
position: relative;
width: 60px;
}
to
Code:
.threadbit .nonsticky a.threadstatus, .threadbit .sticky a.threadstatus {
background-repeat: no-repeat;
clear: right;
display: block;
float: left;
position: relative;
width: 60px;
}
I will update to 0.7.0a which include this change in the TMS-rules in a few minute.