diff --git a/badged/admin/assets/css/admin.css b/badged/admin/assets/css/admin.css index 89733b7..f6d4eb1 100644 --- a/badged/admin/assets/css/admin.css +++ b/badged/admin/assets/css/admin.css @@ -12,11 +12,14 @@ input.button-primary { transition: all .2s ease-in-out 0s; } -#badgedoptions form h2 { +#badgedoptions form h3 { border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-top: .5em; padding: 10px 0; + font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif; + font-size: 18px; + font-weight: 400; } #badgedoptions footer { @@ -38,6 +41,10 @@ input.button-primary { margin-bottom: 3em; } +#badgedoptions .radio-row { + margin-bottom: 0; +} + @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), diff --git a/badged/admin/class-badged-admin.php b/badged/admin/class-badged-admin.php index 7761148..561532e 100755 --- a/badged/admin/class-badged-admin.php +++ b/badged/admin/class-badged-admin.php @@ -352,7 +352,7 @@ class Badged { add_settings_field( 'Badged Style', - __( 'Badged Style', 'badged' ), + __( 'Set Style', 'badged' ), array( $this, 'badged_style_settings_radios_callback' ), 'badged_settings', 'badged_style_section' @@ -372,12 +372,12 @@ class Badged { $options = get_option( 'badged_settings' ); - $html = '

'; + $html = '

'; $html .= ''; $html .= ' '; $html .= ''; $html .= '

'; - $html .= '

'; + $html .= '

'; $html .= ''; $html .= ' '; $html .= '';