mothership-default.css has position top:20px !important set.
This was causing a massive gap with the admin module and really stumped me for a while.

Not sure what use case it could be for, but seems bad practise as isn't possible to override cleanly.

submitting patch

Comments

waako’s picture

Title: Hard coded position for admin-toolbar » Patch
StatusFileSize
new491 bytes

I understand what the css was trying to achieve, but if Toolbar is being used, it's likely to have all it's styles reset by mothership anyway, so wouldn't display at top of viewport, so admin-toolbar doesn't need to be pushed down by 20px anyway.

hope that makes sense.

realityloop’s picture

Title: Patch » Toolbar margin Patch
Issue summary: View changes