Active
Project:
mothership
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 May 2012 at 13:46 UTC
Updated:
17 Mar 2014 at 20:01 UTC
Jump to comment: Most recent, Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mothership-hard_coded_admin_toolbar_position-1598738-1.patch | 491 bytes | waako |
Comments
Comment #1
waako commentedI 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.
Comment #2
realityloop commented