Add a bulk delete button

I needed this in my day job, but think we need to do better on bulk
operations
This commit is contained in:
Jermolene
2016-02-05 18:44:43 +00:00
parent 8bc0633b6f
commit adf45b3468
3 changed files with 33 additions and 0 deletions

View File

@@ -1315,6 +1315,11 @@ html body.tc-body.tc-single-tiddler-window {
padding: 0px 10px 0px 10px;
}
.tc-drop-down .tc-dropdown-item-plain,
.tc-block-dropdown .tc-dropdown-item-plain {
padding: 4px 14px 4px 7px;
}
.tc-drop-down .tc-dropdown-item,
.tc-block-dropdown .tc-dropdown-item {
padding: 4px 14px 4px 7px;