Template: JS function optimizations, add support for bulk delete select-all checkbox.

This commit is contained in:
Nate
2020-02-27 18:58:44 -07:00
parent 7ac144fe05
commit 55c6be8a7a
2 changed files with 54 additions and 20 deletions

View File

@@ -2485,6 +2485,22 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
white-space: nowrap;
}
/* EDIT ********************************************************************************/
td.edit_delete_checkbox_all {
text-align: center;
width: 50px;
}
td.edit_delete_checkbox_all input[type=checkbox] {
vertical-align: middle;
margin-top: -2px;
}
td.edit_delete_checkbox_all > span:nth-child(2) {
display: none;
}
/* CURSORS ***********************************************************************/
.cursor-default { cursor: default; }