Skip to content
Snippets Groups Projects
Commit 13f254c0 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Apply purecss to auth_status

parent 6d9876f7
No related branches found
No related tags found
No related merge requests found
<table id="table_with_attributes" class="attributes" summary="attribute overview">
<table id="table_with_attributes" class="attributes pure-table pure-table-striped pure-table-attributes" summary="attribute overview">
{% for name, values in items %}
<tr class="{{ cycle(['odd', 'even'], loop.index0) }}">
......
......@@ -71,6 +71,8 @@
{% endif %}
{% if logouturl %}
<a href="{{ logouturl }}">{{ 'Logout'|trans }}</a>
<div class="center">
<a class="pure-button pure-button-primary" href="{{ logouturl }}">{{ 'Logout'|trans }}</a>
</div>
{% endif %}
{% endblock %}
......@@ -129,7 +129,12 @@ div .item{
/* ***********************************************************
TABLES
************************************************************ */
.pure-table-attributes{
width:100%;
}
table.attributes ul{
padding: inherit;
}
/* ***********************************************************
MEDIA QUERIES
************************************************************ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment