From c3f5f0ed2b4c6a417d13456786898c6aea46d5cd Mon Sep 17 00:00:00 2001 From: Alex Orluc <alex.orluc@maarch.org> Date: Fri, 17 Mar 2017 10:06:51 +0100 Subject: [PATCH] display label in tab --- modules/visa/css/module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/visa/css/module.css b/modules/visa/css/module.css index 4f7b7cd2b55..47944e26886 100644 --- a/modules/visa/css/module.css +++ b/modules/visa/css/module.css @@ -337,7 +337,7 @@ } .contentLeft iframe{ - height: 75vh; + height: 87%; } .panelRight{ @@ -550,7 +550,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ } .headerSignatureBook .itemLabel{ - display: none; + /*display: none;*/ padding-left: 5px; font-weight: bold; } -- GitLab