Skip to content
Snippets Groups Projects
Commit b5e6eb9a authored by Mohammed Sayed's avatar Mohammed Sayed
Browse files

ISSUE-217 add margin-top to available services in show-local-project

parent 61b78faf
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
<h:outputText style="font-weight:bold;" value="#{messages.available_services}:"/>
<ui:repeat value="#{userShowLocalProjectBean.entity.projectServices}" var="s">
<div style="font-weight:bold;"><h:outputText value="#{s.service.name} (#{s.status})" style="font-weight:bold;"/></div>
<div style="font-weight:bold; margin-top:0.4em;"><h:outputText value="#{s.service.name} (#{s.status})" style="font-weight:bold;"/></div>
</ui:repeat>
</h:panelGrid>
......
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