verbose_name=_('oral 1'),
blank=True, null=True)
oral_2 = ManyToManyField('CourseType', related_name="training_oral_2",
- verbose_name=_('oral 1'),
+ verbose_name=_('oral 2'),
blank=True, null=True)
options = ManyToManyField('CourseType', related_name="training_options",
verbose_name=_('options'),
#menu a, #menu a:visited{
display:inline-block;
- color: #fff;
text-decoration:none;
border-bottom-width:.5em;
border-bottom-style: solid;
font-size: 14px;
padding: .5em 1em;
}
+
#menu a:hover, #menu a.active{
background-color: #FFF;
color: #000000;
}
+
#menu .darkblue { border-bottom-color: #0f3179; }
/* #menu .blue { border-bottom-color: #357ae8; } */
#menu .blue { border-bottom-color: #4f628a; }
<li><a href="{% url telemeta-admin-general %}" class="blue">{% trans "Admin" %}</a></li>
{% endif %}
- <li><a href="#accounts#" class="blue"><img src="{% url telemeta-images "user_tr.png" %}" alt="user" style="vertical-align:middle" width="13px" />{% if user.first_name and user.last_name %}
+ <li style="a.active{background-image:{{ STATIC_URL }}telemeta/images/user_tr_bk.png; background-repeat: no-repeat;
+ background-position: 1ex .5ex;}"><a href="#accounts#" class="blue">{% if user.first_name and user.last_name %}
{{ user.first_name }} {{ user.last_name }}
{% else %}
{{ user.username }}