7d6581fa by Marty Penner

[Edit Event] Fix spacing at top of first fieldset heading. refs #1361

1 parent 30a30525
......@@ -736,6 +736,10 @@ div.wrap > h2 { font-size: 25px; }
border-top: none;
}
div.cct-fields > .fieldset-heading:first-child {
margin-top: 0 !important;
}
h1.fieldset-heading,
h2.fieldset-heading,
h3.fieldset-heading,
......