mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Use id_phone instead of number in scheduled, use ftok to generate queue id, improve adapter interface, add popup error
This commit is contained in:
parent
66fa2ef434
commit
6f8c7d62b9
25 changed files with 195 additions and 180 deletions
|
@ -55,6 +55,8 @@
|
|||
|
||||
.popup-alert
|
||||
{
|
||||
margin-top: 25px;
|
||||
margin-left: 25%;
|
||||
width: 50%;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -326,3 +328,15 @@ footer
|
|||
{
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
|
||||
/* PHONE */
|
||||
#adapter-datas-container
|
||||
{
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
#adapter-data-fields-container
|
||||
{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue