There is the following declaration:

.rate-thumbs-up-btn-up {
display: inline-block;
background: url(/sites/all/modules/contrib/rate/templates/thumbs-up-down/thumbs.png) no-repeat 0 0;
width: 24px;
height: 24px;
text-indent: -999px;
}

That indent is too small and you end up seeing the 'up' links on the left of the page if you have the links shown on the right of the page. Suggest changing the indent to -9999px and also for the rate down and any other similar CSS.

Comments

pixelsweatshop’s picture

I agree. -999px is not enough and needs to be -9999px.

mauritsl’s picture

Version: 7.x-1.3 » 6.x-1.x-dev
Status: Active » Patch (to be ported)

Text indent have been changed to -9999. Thanks!

Needs to be ported to D6.

  • mauritsl committed 6aa2da7 on 8.x-1.x
    Issue #1439364: Change text-indent from -999 to -9999
    
lamp5’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)