diff --git a/css/global.css b/css/global.css index e305f21..6888ac2 100755 --- a/css/global.css +++ b/css/global.css @@ -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 */