From 879e4a9ebec359bdeeced27f503dd6aaf667d7f5 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Fri, 21 Mar 2014 10:50:33 -0700 Subject: [PATCH] Reverted back to post order plugins. Modified CSS for nested lists in the sidebar. --- lib/admin/admin-functions.php | 16 ++++++++-------- style.css | 6 ++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/lib/admin/admin-functions.php b/lib/admin/admin-functions.php index 29ee30a..e410775 100644 --- a/lib/admin/admin-functions.php +++ b/lib/admin/admin-functions.php @@ -328,6 +328,12 @@ function trestle_register_required_plugins() { 'required' => false, ), + array( + 'name' => 'My Page Order', + 'slug' => 'my-page-order', + 'required' => false, + ), + array( 'name' => 'NextGen Gallery', 'slug' => 'nextgen-gallery', @@ -341,8 +347,8 @@ function trestle_register_required_plugins() { ), array( - 'name' => 'Simple Custom Post Order', - 'slug' => 'simple-custom-post-order', + 'name' => 'Post Types Order', + 'slug' => 'post-types-order', 'required' => false, ), @@ -381,12 +387,6 @@ function trestle_register_required_plugins() { 'slug' => 'wp-hotkeys', 'required' => false, ), - - array( - 'name' => 'WP Super Cache', - 'slug' => 'wp-super-cache', - 'required' => false, - ), ); // Change this to your theme text domain, used for internationalising strings diff --git a/style.css b/style.css index 887c108..a7bee62 100644 --- a/style.css +++ b/style.css @@ -1567,6 +1567,12 @@ Sidebars margin-left: 0; } +.sidebar ul ul { + padding-left: 15px; + padding-left: 1.5rem; + margin-bottom: 0; +} + .sidebar li { list-style-type: none; margin-bottom: 6px;