border-right: 1px solid #999 !important;
background-color: #f4f4f4; /*#e9e9d9;*/
color: #000; /*#6A0307;*/
+ text-decoration: none;
}
+.button a:hover{
+ text-decoration: none;
+}
.list_item, .list_item:visited, .list_item:hover{
display:block;
</div>
{% if user.is_authenticated and perms.telemeta.add_mediacollection %}
+ <a href="{% url "telemeta-collection-add" %}">
<button type="button" class="btn btn-default">
- <a href="{% url "telemeta-collection-add" %}"><span class="glyphicon glyphicon-plus"></span> {% trans "Add" %}</span></a>
+ <span class="glyphicon glyphicon-plus"></span> {% trans "Add" %}</span>
</button>
+ </a>
{% endif %}
{% endblock %}
{% block title_buttons %}
{% if perms.telemeta.add_mediacorpus or perms.telemeta.add_mediafonds or user.is_superuser or user.is_staff %}
- <a href="{% url "telemeta-resource-add" type %}" class="component_icon button icon_add">{% trans "Add" %}</a>
+ <a href="{% url "telemeta-resource-add" type %}">
+ <button type="button" class="btn btn-default">
+ <span class="glyphicon glyphicon-plus"></span> {% trans "Add" %}</span>
+ </button>
+ </a>
{% endif %}
{% endblock %}