mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MNet: Fixed remote user profile display
Fixed SQL, strings usage, CSS class. In the future, we can distinguish information displayed for the owner and for the others, as well as what to display in the course profile (user/view.php) and public profile (user/profile.php).
This commit is contained in:
parent
d992f53d8c
commit
5db29f49f2
5 changed files with 21 additions and 35 deletions
|
@ -186,7 +186,7 @@ form.popupform label {margin-right: 0.5em;}
|
|||
.arrow_button {margin-top:3em;}
|
||||
.arrow_button input {padding:0.3em;}
|
||||
|
||||
/**
|
||||
/**
|
||||
* User
|
||||
**/
|
||||
#userselector_options {font-size: 0.75em;}
|
||||
|
@ -200,6 +200,7 @@ form.popupform label {margin-right: 0.5em;}
|
|||
#page-user-index h2 {text-align: center;}
|
||||
#page-user-index #longtimenosee,
|
||||
#page-user-index #showall {text-align: center;}
|
||||
#page-user-profile .remoteuserinfo, #page-user-view .remoteuserinfo{background-color:#D2EBFF;text-align:center;padding:3px;}
|
||||
|
||||
/**
|
||||
* Moodle Forms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue