diff --git a/fichiers/css/personalisation.css b/fichiers/css/personalisation.css index 63f1d63..0477d5e 100644 --- a/fichiers/css/personalisation.css +++ b/fichiers/css/personalisation.css @@ -83,3 +83,7 @@ body { .fond-arc-noire{ background-color: #343a40; } + +.max-hauteur-pastille{ + height: calc(100% - 1.5em); +} diff --git a/services/gestion/domaines.php b/services/gestion/domaines.php index e83596e..273c4b9 100644 --- a/services/gestion/domaines.php +++ b/services/gestion/domaines.php @@ -58,7 +58,7 @@ $liste_domaines = listeDomainesPostfix($pdo);