From c24601df387d9d652175c7e0d72881ae13e48b4e Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 19 Jun 2017 11:22:16 +0200 Subject: [PATCH] fix on header in admin panel --- web/src/main/webapp/WEB-INF/components/admin/header.xhtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/main/webapp/WEB-INF/components/admin/header.xhtml b/web/src/main/webapp/WEB-INF/components/admin/header.xhtml index 2f70595983..7361ab78ee 100644 --- a/web/src/main/webapp/WEB-INF/components/admin/header.xhtml +++ b/web/src/main/webapp/WEB-INF/components/admin/header.xhtml @@ -4,7 +4,11 @@ xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:p="http://primefaces.org/ui"> - <a href="#{request.contextPath}/?id=#{mapMB.currentMapId}" class="mainTitle"><i class="fa fa-home" style="font-size:17px"></i> #{mapMB.currentProject.name}</a> + <h:outputStylesheet library="css" name="global.css" /> + + <div class="minerva-header"> + <a href="#{request.contextPath}/?id=#{mapMB.currentMapId}" class="mainTitle"><i class="fa fa-home" style="font-size:17px"></i> #{mapMB.currentProject.name}</a> + </div> </html> -- GitLab