Active
Project:
Drupal Commons
Version:
6.x-2.9
Component:
Theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 01:02 UTC
Updated:
23 Oct 2012 at 22:47 UTC
Commons 6.x-2.3.
In the Commons Roots theme some page elements on Admin pages are shifted off the screen. Found so far:
- admin/settings/performance
- admin/user/permissions
I've attached a screen capture of the admin/user/permissions screen.
| Comment | File | Size | Author |
|---|---|---|---|
| shiftproblemcap.png | 35.02 KB | dale42 |
Comments
Comment #1
dale42The problem also occurs on the People (/users) page. The "Filters" collapsed fieldset is shifted off the page. Not positive, but seems to be related to css around <legend> tag.
Comment #2
dale42This appears to be a Firefox (pc/mac) only problem.
Comment #3
james marks commentedThis is caused by Firefox improperly rendering the .block float: left; style beginning on line 1013 of the fusion_core styles.css stylesheet as applied to breadcrumbs block.
The float in this:
improperly displays this:
which then interferes with the display of the .block items that follow. One fix is to remove the float from the breadcrumbs div on the admin page. If you're using the (default) admin module with toolbar, you can add this to your CSS:
If you're not using the admin toolbar, you'll have to find another way to target the breadcrumbs on an admin page, possibly by changing an admin page template to include an 'admin' class which would allow you to use something like this:
Comment #4
james marks commentedTurns out the Firefox display bug affects blocks on non-admin pages as well so it might be better to just add this to your CSS and then look for anything it might break: