The vote box is called in link_summary.tpl by class="news-summary"
and is bound by the following CSS which assigns it's placement.
css/main.css
Code:
.news-upcoming {
background:url("../images/vote.png") no-repeat 0 0;
position:absolute;
top:3px;
left:0;
width:55px;
text-align:center;
font-size:85%;
list-style:none;
margin:0;
padding:0;
}
.news-upcoming2 {
background:url("../images/vote-l.png") no-repeat 0 0;
position:absolute;
top:3px;
left:0;
width:55px;
text-align:center;
font-size:85%;
list-style:none;
margin:0;
padding:0;
}
.vote-publish a {
font-size:26px;
letter-spacing:-1px;
text-decoration:none;
line-height:48px;
padding:15px 0 6px;
}
.vote-publish a small {
font-size:12px;
letter-spacing:0;
text-decoration:none;
}
.vote-publish a:hover,.vote-publish a:active {
text-decoration:none;
color:#000;
}
.vote a:link,.vote a:visited,.vote span {
display:block;
color:#774525;
font-size:12px;
text-decoration:none;
padding:4px 0 5px;
}
.vote span {
color:#ccc;
font-size:11px;
}