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 +++++++ 1 file changed, 7 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty.css') 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 { -- cgit