You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.5 KiB
87 lines
1.5 KiB
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : Jun 26, 2020, 10:36:40 AM
|
|
Author : Mehdi
|
|
*/
|
|
|
|
.frm{
|
|
|
|
position:absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.inp-reset{
|
|
background: #0082b5;
|
|
color: #fff;
|
|
border: 1px solid #eee;
|
|
border-radius: 20px;
|
|
box-shadow: 5px 5px 5px #eee;
|
|
text-shadow:none;
|
|
width: 500px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
height: 30%;
|
|
|
|
}
|
|
|
|
.inp-reset:hover {
|
|
background: #d9534f;
|
|
color: #fff;
|
|
border: 1px solid #eee;footer{
|
|
position: relative;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: red;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
border-radius: 20px;
|
|
box-shadow: 5px 5px 5px #eee;
|
|
text-shadow:none;
|
|
}
|
|
|
|
footer{
|
|
position: relative;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: red;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
li {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#btn-ajout, #inp-ret {
|
|
background: #0082b5;
|
|
border: 1px solid #eee;
|
|
color: #fff;
|
|
border-radius:20px;
|
|
box-shadow: 5px 5px 5px #eee;
|
|
margin-bottom: 10px;
|
|
width: 400px;
|
|
}
|
|
|
|
#btn-ajout:hover, #inp-ret:hover {
|
|
background: #016ABC;
|
|
color: #fff;
|
|
border: 1px solid #eee;
|
|
border-radius: 20px;
|
|
box-shadow: 5px 5px 5px #eee;
|
|
text-shadow:none;
|
|
}
|
|
|
|
#a-ajout{
|
|
position: absolute;
|
|
left: 0;
|
|
|
|
text-shadow:none;
|
|
} |