From 85d87e3cd48350ba2abee44b04e8ca5a4e8433a2 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 19 Aug 2015 17:22:51 +1000 Subject: [PATCH] Allow multiple actions in module sidebar --- assets/css/admin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index 49564edf..38887e90 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -603,10 +603,14 @@ table.widefat.sp-sortable-table tbody tr .icon { clear: both; border-top: 1px solid #ddd; background: #f9f9f9; - margin: 0 -14px -10px; + margin: 0 -14px; text-align: right; } +.sp-modules-sidebar table td .sp-module-actions:last-child { + margin-bottom: -10px; +} + .sp-modules-sidebar table td .sp-module-actions span { line-height: 28px; vertical-align: middle;