Skip to content
Snippets Groups Projects
Commit 7901f2b7 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[BUGFIX] fix meta-box alignment

parent ae42d660
No related branches found
No related tags found
1 merge request!46AZM changes
...@@ -38,9 +38,7 @@ ...@@ -38,9 +38,7 @@
</h3> </h3>
<f:format.html parseFuncTSPath="lib.parseFunc_RTE">{job.qualification}</f:format.html> <f:format.html parseFuncTSPath="lib.parseFunc_RTE">{job.qualification}</f:format.html>
</div> </div>
</div> <f:if condition="{job.experienceLevel -> f:count() > 0}">
<f:if condition="{job.experienceLevel -> f:count() > 0}">
<div class="col-md-8 col-sm-6 col-xs-12">
<div class="default-content-element"> <div class="default-content-element">
<h3 class="h4"> <h3 class="h4">
<f:translate key="frontend.experienceLevel"/> <f:translate key="frontend.experienceLevel"/>
...@@ -53,8 +51,8 @@ ...@@ -53,8 +51,8 @@
</f:for> </f:for>
</ul> </ul>
</div> </div>
</div> </f:if>
</f:if> </div>
<div class="col-md-4 col-sm-6 col-xs-12"> <div class="col-md-4 col-sm-6 col-xs-12">
<div class="highlight-box bg-card sgjobs-meta-box"> <div class="highlight-box bg-card sgjobs-meta-box">
<ul class="default-list"> <ul class="default-list">
......
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