diff --git a/Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml b/Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml index 720e408afb145985304b1d5bbb602e4f08451ac5..97f2240b8d9c22c1a4624ee3cc85464d92da6eed 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 8574703e38005d0b8228a94cf7219cef9179d5ae..ad5c6237d5f408cdd70ea1594b11d88fe2c65cd3 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;