set related terms next to the main term (#2967)

This commit is contained in:
Frédéric Péters 2013-08-21 11:16:01 +02:00
parent 3cc25aee6f
commit d38b393ed6
2 changed files with 13 additions and 1 deletions

View File

@ -24,7 +24,10 @@
<label tal:content="widget/label" /> <br />
<div tal:content="structure widget/render" />
</div>
</td>
</tr>
<tr>
<td>
<h1 class="documentFirstHeading" tal:content="context/Title" />
<button tal:condition="python: 'ajax_load' in request.form.keys()"
i18n:domain="collective.dms.thesaurus"

View File

@ -44,3 +44,12 @@
padding-left: 1em;
border-left: 1px solid gray;
}
#dmskeywords-navigation td {
vertical-align: top;
}
#dmskeywords-navigation-related-field label {
display: block;
padding-top: 1ex;
}