Any instance of margin top that is being used on the settings forms doesn't add the rule properly to the module generated css file. Instead we get something like the following:
.blah {
margin-top:%teaser_display_dimensions_margin-top%px;
}
i.e. something is preventing the rule value from being inserted in place of the %blah% placeholder. I can confirm this is taking place on multiple settings forms so that means it has to come from somewhere in form_presets.inc file.
Comments
Comment #1
jeff h commentedCan you describe an exact variation that illustrates this easily?
Comment #2
sonictruth commentedAfter discussing with Tony I decided that this is actually a variation specific issue.
Comment #3
sonictruth commentedAfter further poking I've changed my mind again.
It was a typo for the field name on line 915 of form_presets.inc
This is fixed and will be pushed to dev shortly
Comment #4
taslett commented