mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
add contact data enrichment && add templating on messages
This commit is contained in:
parent
50c7e4298c
commit
9f98fb5ae3
16 changed files with 833 additions and 88 deletions
|
@ -231,9 +231,6 @@ footer
|
|||
.remove-scheduleds-number
|
||||
{
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
color: #bbbbbb;
|
||||
font-size: 15px;
|
||||
z-index: 999;
|
||||
|
@ -245,6 +242,25 @@ footer
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.scheduled-preview-container
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.scheduled-preview-container label,
|
||||
.scheduled-preview-container select
|
||||
{
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.scheduled-preview-text-modal .modal-title
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* AUDIO RECEPTION MESSAGE */
|
||||
#reception-sound
|
||||
{
|
||||
|
@ -260,17 +276,22 @@ footer
|
|||
|
||||
|
||||
/* CONTACT */
|
||||
#contact-datas-container input
|
||||
.contact-datas-container input
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#contact-datas-container .contact-data-name
|
||||
.contact-datas-container .contact-data-name
|
||||
{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#contact-datas-container .contact-data-value
|
||||
.contact-datas-container .contact-data-value
|
||||
{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.contact-datas-container .contact-datas-remove
|
||||
{
|
||||
color: #c9302c;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue