mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Ajout du plugin pour les numéros internationaux
This commit is contained in:
parent
f31c631eba
commit
95fb5cae0c
12 changed files with 730 additions and 54 deletions
|
@ -198,3 +198,45 @@ footer
|
|||
text-align: center;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
/* SCHEDULEDS */
|
||||
.add-number-button
|
||||
{
|
||||
display: inline-block;
|
||||
color: #DADFE1;
|
||||
font-size: 35px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.add-number-button:hover
|
||||
{
|
||||
color: #3498DB;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.scheduleds-number-group
|
||||
{
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin-right: 20px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.remove-scheduleds-number
|
||||
{
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
color: #bbbbbb;
|
||||
font-size: 15px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.remove-scheduleds-number:hover
|
||||
{
|
||||
color: #aaaaaa;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue