Fix checkbox toggling, add nav tabs, fix broken domain quota when adding a new domain

This commit is contained in:
andryyy
2017-04-27 08:44:21 +02:00
parent 5586bd2bb5
commit e26304f6d0
5 changed files with 120 additions and 97 deletions

View File

@@ -18,15 +18,17 @@ table.footable>tbody>tr.footable-empty>td {
padding: 10px;
}
.mass-each-action {
font-style: italic;
padding: 0 3px 0 3px;
user-select: none;
}
.mass-actions {
user-select: none;
padding:10px;
margin-top:-5px;
}
.mass-select-all {
cursor:pointer;
color:grey;
}
#alias_table {
cursor:pointer;
}