"MDL-19839, resize user picture in comments api"

This commit is contained in:
dongsheng 2009-07-28 08:54:26 +00:00
parent 2bc84518d4
commit 526cf2e7d9
2 changed files with 1 additions and 4 deletions

View File

@ -396,6 +396,7 @@ EOD;
$userpic->user = $user;
$userpic->courseid = $this->course->id;
$userpic->link = true;
$userpic->size = 18;
$userpic->alttext = true;
$c->avatar = $OUTPUT->user_picture($userpic);
if (($USER->id == $c->userid) || !empty($candelete)) {

View File

@ -5572,10 +5572,6 @@ wikiadminactions {
width: 20px;
float:left;
}
.comment-userpicture img.image{
width: 18px;
height: 18px;
}
.comment-content{
margin-left: 22px;
}