The CSS-File has a bug which causes a change of the admin-layout (noticeable e.g. when using Mindsparx-Admin).

Simply replace line:
#attributeManager td, div {

With:
#attributeManager td,
#attributeManager div {

Notive the ",div". This statement overwrites previous CSS-definitions for div.

More...