Tidy up modules screen

This commit is contained in:
Brian Miyaji
2015-05-20 12:24:18 +10:00
parent a7e26c1308
commit c1755229b6
2 changed files with 8 additions and 2 deletions

View File

@@ -568,6 +568,7 @@ table.widefat.sp-sortable-table tbody tr .icon {
}
.sp-modules-wrapper {
margin-top: 20px;
margin-right: 300px;
max-width: 750px;
}
@@ -644,6 +645,10 @@ table.widefat.sp-sortable-table tbody tr .icon {
margin-bottom: 20px;
}
table.sp-modules-table th {
font-weight: 600;
}
table.sp-modules-table td {
padding: 10px 14px;
line-height: 25px;
@@ -848,6 +853,9 @@ table.sp-status-table td mark.yes {
max-width: 100%;
margin: 6px;
}
.sp-tutorials-list li th {
font-weight: 600;
}
.sp-tutorials-list li strong {
background: #aaa;
display: inline-block;

View File

@@ -51,8 +51,6 @@ class SP_Settings_Modules extends SP_Settings_Page {
*/
public function output() {
?>
<h3><?php _e( 'Modules', 'sportspress' ); ?></h3>
<div class="sp-modules-wrapper">
<div class="sp-modules-sidebar">
<?php if ( ! class_exists( 'SportsPress_Pro' ) ) { ?>