mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Add lines to split profile information
This commit is contained in:
parent
573e6c2ad2
commit
5ae1a53172
2 changed files with 14 additions and 8 deletions
|
@ -134,6 +134,12 @@ th.long_text{
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Detailed information on profile page */
|
/* Detailed information on profile page */
|
||||||
|
dl.profile-info {
|
||||||
|
margin-top: -16px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
dl.profile-info > div {
|
dl.profile-info > div {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
border-top: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
|
@ -286,19 +286,19 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6 col-xs-12">
|
{% if users.adherent.gpg_fingerprint %}
|
||||||
{% if users.adherent.gpg_fingerprint %}
|
<div class="col-md-6 col-xs-12">
|
||||||
<dt>{% trans "GPG fingerprint" %}</dt>
|
<dt>{% trans "GPG fingerprint" %}</dt>
|
||||||
<dd>{{ users.adherent.gpg_fingerprint }}</dd>
|
<dd>{{ users.adherent.gpg_fingerprint }}</dd>
|
||||||
{% endif %}
|
</div>
|
||||||
</div>
|
{% endif %}
|
||||||
|
|
||||||
<div class="col-md-6 col-xs-12">
|
{% if users.shell %}
|
||||||
{% if users.shell %}
|
<div class="col-md-6 col-xs-12">
|
||||||
<dt>{% trans "Shell" %}</dt>
|
<dt>{% trans "Shell" %}</dt>
|
||||||
<dd>{{ users.shell }}</dd>
|
<dd>{{ users.shell }}</dd>
|
||||||
{% endif %}
|
</div>
|
||||||
</div>
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue