From 3e3a178c93cc89d7661ace28d46eb79992565871 Mon Sep 17 00:00:00 2001 From: Nils Christian Ehmke <nie@informatik.uni-kiel.de> Date: Sun, 7 Oct 2012 17:31:52 +0200 Subject: [PATCH] Minor modification --- Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml | 4 ++-- Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml b/Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml index 720e408a..97f2240b 100644 --- a/Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml +++ b/Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml @@ -44,7 +44,7 @@ </script> </h:head> - <h:body> + <h:body> <h:form id="hidden" style="display:none"> <p:remoteCommand autoRun="true" name="init" action="#{currentAnalysisEditorBean.initializeGraph()}" /> </h:form> @@ -282,7 +282,7 @@ <p:growl id="messages" life="1500" showDetail="true" autoUpdate="false" sticky="true"/> <!-- Include the dialog for the configuration. --> - <ui:include src="dialogs/settingsDialog.xhtml" /> + <ui:include src="dialogs/settingsDialog.xhtml"/> <!-- Include the about-dialog. --> <ui:include src="dialogs/aboutDialog.xhtml" /> diff --git a/Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css b/Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css index 8574703e..ad5c6237 100644 --- a/Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css +++ b/Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css @@ -30,7 +30,7 @@ .tip { color: #111; - width: 139px; + width: fit-content; background-color: white; border:1px solid #ccc; -moz-box-shadow:#555 2px 2px 8px; -- GitLab