From: moodler Date: Thu, 11 Jan 2007 08:18:53 +0000 (+0000) Subject: Lots of tidying up for user profile page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4f49f10c79ca4ac976f404ec4c9d826546016671;p=moodle.git Lots of tidying up for user profile page --- 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%;