Postponed (maintainer needs more info)
Project:
Sky
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2014 at 01:44 UTC
Updated:
28 Mar 2014 at 05:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Jeff Burnz commentedLink to the page so people can debug to help.
Comment #2
System Lord commentedI can't currently publicize the site (NDA constraints).
However, I was able to correct the problem with custom CSS (in sky UI) with:
.field {
padding:0 0 0 0; (was 0 0 6 0)
}
.block {
margin-bottom:0px; (was 20px)
}
I found out fields were displaying the same way. I'm not sure this is the right way to fix this, but it works.
What was concerning me was that I had no custom CSS for any sky settings and everything was set to default. I don't understand how an upgrade would/should change anything.
I can remove the CSS above and capture what firebug displays if you need more info.
UPDATE: I just looked at the code with FB before and after and its doesn't seem to reveal anything. They are identical (except for the .block change above).
Comment #3
Jeff Burnz commentedOK, I'll check, was that CSS in Sky, I don't recall adding padding bottom to fields, hmmm, but I could have since it was in dev for a long time prior to the update.
Comment #4
System Lord commentedYes, CSS in Sky. I've attached a snapshot before and after using the custom CSS above (#2). I've circled the div part that I think you're referring to.
Comment #5
System Lord commentedhaha you said "dev" not "div". My bad. I was focused on "div" since in FBug I did see a difference with and without the custom CSS above. Disregard the attachments unless you can see something that I don't :)
Comment #6
System Lord commentedThis attachment (after applied css2.png) shows the module had "margin-bottom: 20px" before custom CSS, and where my custom CSS did override with "margin-bottom: 0px"
This one is in Panels pages.