Add tab options to layout designer

This commit is contained in:
Brian Miyaji
2016-08-20 23:08:41 +10:00
parent ac0f742bea
commit 7f97fc9ba0
10 changed files with 195 additions and 19 deletions

View File

@@ -640,6 +640,13 @@ table.widefat.sp-sortable-table tbody tr .icon {
}
/* Sortable lists */
.sp-sortable-list {
margin: 0;
overflow: hidden;
padding-top: 5px;
min-height: 50px;
}
.sp-sortable-list li {
float: left;
clear: both;