mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Lots of tidying up for user profile page
This commit is contained in:
parent
d2f9ab1667
commit
4f49f10c79
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user