I install the last version.

I read all of the issues about that but the last version of .css yet has the changes.

I am using the abac theme. Please, help me, it´s very important. The classic widget runs well.

Comments

Joe Malik’s picture

If you've got the same problems as described here, change the width / add the "!important" statement of the widget in vote_up_down.css:

.vote-up-act, .vote-up-inact, .vote-down-act, .vote-down-inact, .up-inact, .down-inact {
  display: block;
  text-decoration: none;
  width: 15px;
  height: 16px;
}
.vote-up-act, .vote-up-inact, .vote-down-act, .vote-down-inact, .up-inact, .down-inact {
  display: block;
  text-decoration: none;
  width: 33px !important;
  height: 16px;
}
marvil07’s picture

Version: » 5.x-1.x-dev
Category: feature » bug
Status: Active » Closed (won't fix)

Please take a look to the update on the project page, now 5.x is not-really-maintained.

If you think your report is still applicably to the last recommended version(6.x-2.x) please move the version accordingly and reopen it.