11/12/2014 at 12:59 pm
#309746
Participant
Well there is a little problem with the template when showing one organization.
The logo is now in the left and the text in the right…
For many entries in my directory the problem doesn’t show up because I use the field organization-unit to display some long text and that correct the problem.
This display is fine : http://rivelo.fr/annuaire/aem/name/madininair/
This display is bad looking : http://rivelo.fr/annuaire/aem/name/rivelo/
I added extra CSS to my cmap-custom.css but it’s not creating this problem.
<h1>cn-list span.org {</h1>
font-size: 120%;
}
<h1>cn-list span.organization-unit {</h1>
color: green;
font-weight: bold;
padding-bottom: 10px;
}