Allow multiple actions in module sidebar

This commit is contained in:
Brian Miyaji
2015-08-19 17:22:51 +10:00
parent 26405e436b
commit 85d87e3cd4

View File

@@ -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;