Skip to content
Snippets Groups Projects
Commit 3e3a178c authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor modification

parent b00da3f1
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</script> </script>
</h:head> </h:head>
<h:body> <h:body>
<h:form id="hidden" style="display:none"> <h:form id="hidden" style="display:none">
<p:remoteCommand autoRun="true" name="init" action="#{currentAnalysisEditorBean.initializeGraph()}" /> <p:remoteCommand autoRun="true" name="init" action="#{currentAnalysisEditorBean.initializeGraph()}" />
</h:form> </h:form>
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
<p:growl id="messages" life="1500" showDetail="true" autoUpdate="false" sticky="true"/> <p:growl id="messages" life="1500" showDetail="true" autoUpdate="false" sticky="true"/>
<!-- Include the dialog for the configuration. --> <!-- Include the dialog for the configuration. -->
<ui:include src="dialogs/settingsDialog.xhtml" /> <ui:include src="dialogs/settingsDialog.xhtml"/>
<!-- Include the about-dialog. --> <!-- Include the about-dialog. -->
<ui:include src="dialogs/aboutDialog.xhtml" /> <ui:include src="dialogs/aboutDialog.xhtml" />
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
.tip { .tip {
color: #111; color: #111;
width: 139px; width: fit-content;
background-color: white; background-color: white;
border:1px solid #ccc; border:1px solid #ccc;
-moz-box-shadow:#555 2px 2px 8px; -moz-box-shadow:#555 2px 2px 8px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment