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..

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
StatusFileSize
new281 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

StatusFileSize
new1.03 KB

Sorry this should be the right patch format

pasqualle’s picture

Status: Needs review » Reviewed & tested by the community

Looks good