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.
80 lines
1.3 KiB
80 lines
1.3 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-export, #frm-exportqcm {
|
|
margin-left: 75%;
|
|
|
|
}
|
|
#frm-export input, #frm-exportqcm input{
|
|
width: 150px;
|
|
height : 35px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#frm-exportnoteqcm{
|
|
margin-left: 75%;
|
|
width: 100px;
|
|
}
|
|
|
|
#frm-exportnoteqcm{
|
|
width: 150px;
|
|
height : 45px;
|
|
}
|
|
.adm{
|
|
display: none;
|
|
}
|
|
|
|
#inp-gauche{
|
|
margin-left: 50px;
|
|
}
|
|
|
|
#inp-centre{
|
|
margin-left: 60px;
|
|
}
|
|
|
|
footer{
|
|
position: relative;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: red;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
li {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#btn-ajout, #inp-ret,#btn-ajout1, #inp-ret1 {
|
|
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;
|
|
} |