015754fb by Marty Penner

[Edit Event] Refactor headings styling and add styling for "remove option" and "…

…remove option group" buttons. refs #1361
1 parent 7d6581fa
......@@ -736,6 +736,8 @@ div.wrap > h2 { font-size: 25px; }
border-top: none;
}
/**** Event Editing ****/
div.cct-fields > .fieldset-heading:first-child {
margin-top: 0 !important;
}
......@@ -746,18 +748,21 @@ h3.fieldset-heading,
h4.fieldset-heading,
h5.fieldset-heading,
h6.fieldset-heading {
font-family: 'Arial', sans-serif;
font-weight: bold;
margin-left: 3px;
margin-bottom: -10px !important;
font-family: 'Arial', sans-serif !important;
font-weight: bold !important;
padding: 0 !important;
}
h1.fieldset-heading {
font-size: 16px !important;
margin-left: 3px !important;
margin-bottom: -10px !important;
}
h2.fieldset-heading {
font-size: 14px !important;
margin-left: 3px !important;
margin-bottom: -10px !important;
}
h3.fieldset-heading {
......@@ -766,6 +771,8 @@ h3.fieldset-heading {
h4.fieldset-heading {
font-size: 12px !important;
margin-top: 0 !important;
display: inline;
}
h5.fieldset-heading {
......@@ -775,3 +782,7 @@ h5.fieldset-heading {
h6.fieldset-heading {
font-size: 10px !important;
}
a.remove-option-group, a.remove-option {
margin-left: 15px;
}
\ No newline at end of file
......