Add dynamic deletion of contacts

This commit is contained in:
osaajani 2021-04-24 00:10:23 +02:00
parent bd57db4fdd
commit 8315817388
6 changed files with 120 additions and 3 deletions

View file

@ -442,3 +442,21 @@ footer img
{
margin-bottom: 30px;
}
/**
* Contacts conditional deletion
*/
.conditional-deletion-preview-container
{
margin-top: 10px;
margin-bottom: 20px;
text-align: right;
}
.conditional-deletion-preview-container label,
.conditional-deletion-preview-container select
{
display: inline-block;
width: auto;
}