mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
Add dynamic deletion of contacts
This commit is contained in:
parent
bd57db4fdd
commit
8315817388
6 changed files with 120 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue