]> git.mjollnir.org Git - moodle.git/commitdiff
Lots of tidying up for user profile page
authormoodler <moodler>
Thu, 11 Jan 2007 08:18:53 +0000 (08:18 +0000)
committermoodler <moodler>
Thu, 11 Jan 2007 08:18:53 +0000 (08:18 +0000)
theme/standard/styles_layout.css

index c945ec0a95de8d5b1263198e4b8d5bf9156eeba2..a48664000761a7ea3643c50bd2f78430eace995c 100644 (file)
@@ -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%;