From 4175049a610c532b9c6bc7164aded7ef782c68c4 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 6 Nov 2020 10:40:19 +0100 Subject: [PATCH] Added margin between collapsible elements --- webapp/src/main/webapp/themes/iph/css/iph.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 3d58f9ad..d559371c 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -473,6 +473,11 @@ ul#header-nav { padding-top: 10px; margin-right: 13px; } + +.collapsible { + margin-top: 10pxl; +} + ul#header-nav li { float: left; display: block;