Tidy up modules screen
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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' ) ) { ?>
|
||||
|
||||
Reference in New Issue
Block a user