Merge branch 'MDL-30903-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Dan Poltawski 2012-07-03 11:51:04 +08:00
commit f884819546
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
.userprofile .fullprofilelink {text-align:center; margin:10px;}
.userprofile .profilepicture {float:left; margin-right:20px;}
.userprofile .description {margin-bottom:20px;}
.userprofile .label {font-weight:normal;text-align:left;}
.user-box {margin:8px;width:115px;height:160px;text-align:center;float:left;clear: none;}

View File

@ -377,5 +377,5 @@ echo $OUTPUT->footer();
function print_row($left, $right) {
echo "\n<tr><td class=\"label c0\">$left</td><td class=\"info c1\">$right</td></tr>\n";
echo "\n<tr><th class=\"label c0\">$left</th><td class=\"info c1\">$right</td></tr>\n";
}

View File

@ -354,7 +354,7 @@ echo $OUTPUT->footer();
/// Functions ///////
function print_row($left, $right) {
echo "\n<tr><td class=\"label c0\">$left</td><td class=\"info c1\">$right</td></tr>\n";
echo "\n<tr><th class=\"label c0\">$left</th><td class=\"info c1\">$right</td></tr>\n";
}