Skip to content

Commit

Permalink
Lots of tidying up for user profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 11, 2007
1 parent d2f9ab1 commit 4f49f10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -2001,6 +2001,11 @@ body#message-messages {
vertical-align: top;
}

.userinfobox .userpicture {
width: 100px;
height: 100px;
}

.userinfobox .content {
padding: 10px;
vertical-align: top;
Expand All @@ -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%;
Expand Down

0 comments on commit 4f49f10

Please sign in to comment.