Minor thing:

In panels/panels_ipe/css/panels_ipe.css at line 73:

div.panels-ipe-draghandle {
background: #898AAB url(images/dragger.png) top right no-repeat;
cursor: move;
height: 24px;
}

The path for the dragger.png is incorrect, this makes it look for the image in "panels/panels_ipe/css/images" when the image in "panels/panels_ipe/images". If you add "../" in front of the path (so "url(../images/dragger.png)") it works correctly.

Comments

merlinofchaos’s picture

Status: Active » Fixed

Fixed. Thanks for the report!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.