in ddblock.css

background: url(_images/prev.png) no-repeat;

should be

background: url(../_images/prev.png) no-repeat;

same for the next.png image..

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pasqualle’s picture

also the next.png image is wrongly positioned
should be

div.block-ddblock div.next-container{right:5px;}
chrisjlee’s picture

Status: Active » Needs review
FileSize
281 bytes

Like that ?

Pasqualle’s picture

Yes, changes are good, but the format does not look like a correct patch file format.

chrisjlee’s picture

Sorry this should be the right patch format

Pasqualle’s picture

Status: Needs review » Reviewed & tested by the community

Looks good