When you use the manji theme and go to the administration pannel for blocks, the table with the id "blocks" gets moved to the side where the menu blocks are as well.

Solution:
In Style css in line 477 change
#blocks
to
div#blocks

This is the first bug I report, should I set the status to resolved? Also I don't know how to create patch files, could someone else do this maybe?

Thanks,
Daniel

Comments

chrisada’s picture

Thanks for pointing this out. I've made the suggested correction.

The status is set to 'fixed' after the code in CVS has been updated.

Anonymous’s picture