diff --git a/templates/_table.twig b/templates/_table.twig index 51ff32cc6a51a1dcee374f2eb7af84a7a0ff55f6..3053f066c10dee03b7d925fb53065fce189e09cc 100644 --- a/templates/_table.twig +++ b/templates/_table.twig @@ -1,5 +1,5 @@ -<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) }}"> diff --git a/templates/auth_status.twig b/templates/auth_status.twig index 029b165361199edba3b4a728365105bfd9e8e86f..9a5f89b1ce973e4d5af08f01f23b506b4557524b 100644 --- a/templates/auth_status.twig +++ b/templates/auth_status.twig @@ -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 %} diff --git a/www/assets/css/src/default.css b/www/assets/css/src/default.css index 8887cdbef462a9b512934c88bd7fc9ab31a63022..aff46ef570c9d4d52f77534d3db8c2642629e2cd 100644 --- a/www/assets/css/src/default.css +++ b/www/assets/css/src/default.css @@ -129,7 +129,12 @@ div .item{ /* *********************************************************** TABLES ************************************************************ */ - +.pure-table-attributes{ + width:100%; +} +table.attributes ul{ + padding: inherit; +} /* *********************************************************** MEDIA QUERIES ************************************************************ */