From 4ecbacba77624cc4e1c6e9b54d4145fa9902664c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Thu, 10 Oct 2019 10:46:46 +0200 Subject: [PATCH] Align label verticaly the fieldset of class table --- static/css/form.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/form.css b/static/css/form.css index 69c5f6d5..67bd8c25 100644 --- a/static/css/form.css +++ b/static/css/form.css @@ -13,4 +13,5 @@ form fieldset.table input, form fieldset.table select, form fieldset.table label form fieldset.table label { text-align: right; + vertical-align:middle; } \ No newline at end of file