correction css

This commit is contained in:
Lucas Mascaro 2016-01-04 13:59:33 +01:00
parent 579474ec25
commit 30402889cd
1 changed files with 20 additions and 0 deletions

View File

@ -904,28 +904,48 @@ input[type=radio]:checked + label:before{
/* JOUR */
.RDV > form:nth-child(1) > input.jour{
top: 1em;
border: 1px solid transparent !important;
width: 6em;
padding-right: .2em !important;
}
/* HEURE */
.RDV > form:nth-child(1) > input.heure{
top: 3em;
border: 1px solid transparent !important;
width: 6em;
padding-right: .2em !important;
}
/* DUREE */
.RDV > form:nth-child(1) > input.duree{
position: relative !important;
margin-left: 10em !important;
border: 1px solid transparent !important;
width: 3em;
padding-right: .2em !important;
margin-right: 12em !important;
}
.RDV > form:nth-child(1) > input.duree:hover,
.RDV > form:nth-child(1) > input.heure:hover,
.RDV > form:nth-child(1) > input.jour:hover{
border-color: #cccccc !important;
border-radius: 3px;
}
/* PATIENT */
.RDV > form:nth-child(1) > input.Patient{
margin-left: -10em !important;
top: 1em;
cursor: default !important;
}
/* MEDECIN */
.RDV > form:nth-child(1) > input.Medecin{
margin-left: -10em !important;
top: 3em;
cursor: default !important;
}
/* SUPPRESSION */