30a30525 by Marty Penner

[Edit Event] Add styling for custom headings. refs #1361

1 parent fb35371c
...@@ -734,4 +734,40 @@ div.wrap > h2 { font-size: 25px; } ...@@ -734,4 +734,40 @@ div.wrap > h2 { font-size: 25px; }
734 #adminmenu > li.wp-first-item a, 734 #adminmenu > li.wp-first-item a,
735 #adminmenu > li.wp-first-item.wp-menu-open { 735 #adminmenu > li.wp-first-item.wp-menu-open {
736 border-top: none; 736 border-top: none;
737 }
738
739 h1.fieldset-heading,
740 h2.fieldset-heading,
741 h3.fieldset-heading,
742 h4.fieldset-heading,
743 h5.fieldset-heading,
744 h6.fieldset-heading {
745 font-family: 'Arial', sans-serif;
746 font-weight: bold;
747 margin-left: 3px;
748 margin-bottom: -10px !important;
749 }
750
751 h1.fieldset-heading {
752 font-size: 16px !important;
753 }
754
755 h2.fieldset-heading {
756 font-size: 14px !important;
757 }
758
759 h3.fieldset-heading {
760 font-size: 13px !important;
761 }
762
763 h4.fieldset-heading {
764 font-size: 12px !important;
765 }
766
767 h5.fieldset-heading {
768 font-size: 11px !important;
769 }
770
771 h6.fieldset-heading {
772 font-size: 10px !important;
737 } 773 }
...\ No newline at end of file ...\ No newline at end of file
......