diff --git a/assets/css/admin.css b/assets/css/admin.css index b5747a5b..13d0886c 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -719,7 +719,6 @@ table.widefat.sp-sortable-table tbody tr .icon { /* Modules */ .sp-modules-wrapper { - margin-top: 20px; margin-right: 300px; max-width: 750px; } @@ -797,7 +796,7 @@ table.widefat.sp-sortable-table tbody tr .icon { } .sp-modules-wrapper table { - margin-bottom: 20px; + margin-top: 20px; } table.sp-modules-table th { diff --git a/includes/admin/settings/class-sp-settings-modules.php b/includes/admin/settings/class-sp-settings-modules.php index 19b22687..3e9f712e 100644 --- a/includes/admin/settings/class-sp-settings-modules.php +++ b/includes/admin/settings/class-sp-settings-modules.php @@ -157,8 +157,6 @@ class SP_Settings_Modules extends SP_Settings_Page { 'http://tboy.co/installation' => __( 'Getting Started', 'sportspress' ), 'http://tboy.co/manuals' => __( 'Manuals', 'sportspress' ), 'http://tboy.co/videos' => __( 'Videos', 'sportspress' ), - 'http://tboy.co/developers' => __( 'Developers', 'sportspress' ), - 'http://tboy.co/integration' => __( 'Theme Integration Guide', 'sportspress' ), ), ), 'help' => array( @@ -179,6 +177,15 @@ class SP_Settings_Modules extends SP_Settings_Page { 'http://tboy.co/gplus' => __( 'Google+', 'sportspress' ), ), ), + 'developers' => array( + 'icon' => 'dashicons dashicons-editor-code', + 'label' => __( 'Developers', 'sportspress' ), + 'links' => array( + 'http://tboy.co/developers' => __( 'Reference', 'sportspress' ), + 'http://tboy.co/slack' => __( 'Slack', 'sportspress' ), + 'http://tboy.co/github' => __( 'GitHub', 'sportspress' ), + ), + ), ); if ( class_exists( 'SportsPress_Pro' ) ) { @@ -261,8 +268,10 @@ class SP_Settings_Modules extends SP_Settings_Page { - - +

+ + +