From 4f49f10c79ca4ac976f404ec4c9d826546016671 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 11 Jan 2007 08:18:53 +0000 Subject: [PATCH] Lots of tidying up for user profile page --- theme/standard/styles_layout.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c945ec0a95..a486640007 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2001,6 +2001,11 @@ body#message-messages { vertical-align: top; } +.userinfobox .userpicture { + width: 100px; + height: 100px; +} + .userinfobox .content { padding: 10px; vertical-align: top; @@ -2020,6 +2025,11 @@ body#message-messages { padding-bottom: 20px; } +.userinfobox td.label { + text-align:right; + white-space: nowrap; + vertical-align: top; +} table.userinfobox { width: 80%; -- 2.39.5