Hello,
with the default layout the appadmin.html page needs a small fix
(I'm using 1.79.2 but I see that it'll be the same with the trunk
version):
when the function requested is ccache, everything is wrapped in a <div
class="wrapper">.
Now, with default base.css, .wrapper is :
{left:20px;
top:20px;
position:absolute
}
this leads to a application/appadmin/ccache a little bit messy....
just remove the class wrapper on line 116 and everything turns ok (at
least is readable and usable, I don't know how the original design was
intended to be)
keep up with the good work!