Very minor issue with the responsive Bartik theme.
Applies a top margin to .content but one of the local task tabs has the class .content when in the panelizer screens.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | diff.txt | 508 bytes | mjohnq3 |
| panopoly-theme.jpg | 78.38 KB | jamestombs |
Comments
Comment #1
dsnopekThanks for the bug report!
Moving to the Responsive Bartik project. Here's the line in it's code:
http://drupalcode.org/project/responsive_bartik.git/blob/refs/heads/7.x-...
Comment #2
mjohnq3 commentedThat CSS was copied directly from Bartik so all 1 million + Drupal sites have this "problem."
Comment #3
mjohnq3 commentedPushing this issue back to Panopoly.
Comment #4
dsnopekHrm. If we can't fix this in Responsive Bartik, I'm not sure where the correct place is. I don't think Panelizer can do anything about it, it's just declaring the tabs in hook_menu() and Drupal is adding that class. We try and get this fixed in upstream Drupal 7's Bartik, but that will take time...
Comment #5
mjohnq3 commentedChanging
margin-topfrom 10px to 0 on class.contentand changingmargin-bottomfrom 0 to 10px on class.metaaccomplishes the same thing and seems to work. See attached diff.txt.Moving this back to Responsive Bartik.
Comment #6
mjohnq3 commentedLet's review this change.
Comment #8
mjohnq3 commentedComment #9
dsnopekWorks great in my testing, thanks! :-)