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.
72 lines
1.1 KiB
72 lines
1.1 KiB
#frm-reset{
|
|
position:absolute;
|
|
right: 0;
|
|
|
|
|
|
}
|
|
|
|
#frm-export {
|
|
margin-left: 75%;
|
|
|
|
}
|
|
#frm-export input{
|
|
width: 100px;
|
|
height : 55px;
|
|
}
|
|
.adm{
|
|
display: none;
|
|
}
|
|
|
|
#frm-reset input{
|
|
background: #0082b5;
|
|
color: #fff;
|
|
border: 1px solid #eee;
|
|
border-radius: 20px;
|
|
box-shadow: 5px 5px 5px #eee;
|
|
text-shadow:none;
|
|
width: 500px;
|
|
|
|
display: block;
|
|
height: 30%;
|
|
}
|
|
|
|
#content{
|
|
min-height:88vh;
|
|
}
|
|
footer{
|
|
position: relative;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: red;
|
|
color: white;
|
|
text-align: center;
|
|
min-height: 12vh;
|
|
border : double;
|
|
}
|
|
|
|
#inp-gauche{
|
|
margin-left: 50px;
|
|
}
|
|
|
|
#inp-centre{
|
|
margin-left: 60px;
|
|
}
|
|
|
|
#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;
|
|
} |