Merge branch 'MDL-30903-21' of git://github.com/FMCorz/moodle into MOODLE_21_STABLE

This commit is contained in:
Dan Poltawski
2012-07-03 11:51:46 +08:00
3 changed files with 3 additions and 2 deletions
+1
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;}
+1 -1
View File
@@ -362,5 +362,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";
}
+1 -1
View File
@@ -348,7 +348,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";
}