From 30402889cdea0d12f5cdb8fac5fa51fd7d25d1e2 Mon Sep 17 00:00:00 2001 From: Lucas Mascaro Date: Mon, 4 Jan 2016 13:59:33 +0100 Subject: [PATCH] correction css --- css/global.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 */