Closed (won't fix)
Project:
Vote Up/Down
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 May 2008 at 16:43 UTC
Updated:
11 Jun 2010 at 08:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
arvindsgulati commentedThere is a simple solution to the problem:
goto to your vote_up_down folder, here edit the file vote_up_down.css and edit the lines 79-86 and change them to
vote-up-down-widget-alt .vote-up-act,
.vote-up-down-widget-alt .vote-up-inact:hover {
min-width:35px;
background: url(plus_act.png) no-repeat center 3px;
}
.vote-up-down-widget-alt .vote-up-inact,
.vote-up-down-widget-alt .up-inact {
min-width:35px;
background: url(plus_inact.png) no-repeat center 3px;
}
Basically the only change is addition of min-width field, you may want to adjust 35 to value of your liking
In the attached file you can find the screenshot and the edited css file for direct replacing
Arvind
Comment #2
marvil07 commentedPlease take a look to the update on the project page, now
5.xis not-really-maintained.