I did a quick and messy fix for the thanks info bloating up the post header. Looks crappy too, but at least the stuff doesn't get in your way as much. If you're using firefox and the stylish add-on...
[SELECT ALL] Code:
@-moz-document domain("forum.cubers.net") {
td.post_author_info { float:right; height:4em; text-align:right; width:50ex !important; }
td.post_author_info > div { float:left; position:relative; top:-2em; }
}