From f2c860df51e936b79f05794c17bfb0baf95befa3 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 28 Jan 2013 17:47:13 +0100 Subject: Small fixes on the user profile page --- hyperkitty/static/css/hyperkitty.css | 7 +++++++ hyperkitty/templates/user_profile.html | 10 ++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'hyperkitty') diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css index eabb4fe..4494736 100644 --- a/hyperkitty/static/css/hyperkitty.css +++ b/hyperkitty/static/css/hyperkitty.css @@ -105,6 +105,13 @@ ul.lists li a:hover { } +/* User profile page */ + +table.user-data { + width: auto; +} + + /* ******************* */ .right { diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index a0a86e4..491d75e 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -10,7 +10,7 @@ {% block content %}

User Profile - {{ user }}

- +
@@ -24,15 +24,17 @@ - + - + {% if use_mockups %} + - + {% endif %} + -- cgit
{% trans 'User name' %}{% trans 'Lastname' %} {{ user.last_name }}
{% trans 'Email' %} {{ user.email }}
{% trans 'Karma' %} {{ user_profile.karma }}
{% trans 'Date Joined' %} {{ user.date_joined }}