diff --git a/course/view.php b/course/view.php index a92676b05e7..fa5b47db415 100644 --- a/course/view.php +++ b/course/view.php @@ -53,7 +53,7 @@ $courseword = get_string("course"); - $loggedinas = "".user_login_string($course, $USER).""; + $loggedinas = "
".user_login_string($course, $USER)."
"; print_header("$courseword: $course->fullname", "$course->fullname", "$course->shortname", "search.search", "", true, update_course_icon($course->id), $loggedinas); diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index bbaf7b097ff..baf0d7d0065 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -217,3 +217,11 @@ a.dimmed:hover { .forumpostheaderdate { font-size: small; } + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index d07d324ad98..7443987dc4b 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -287,3 +287,11 @@ a.dimmed:hover { .forumpostheaderdate { font-size: small; } + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} diff --git a/theme/garden/styles.php b/theme/garden/styles.php index e4b7257f68e..296a4174023 100755 --- a/theme/garden/styles.php +++ b/theme/garden/styles.php @@ -240,3 +240,11 @@ a.dimmed:hover { .forumpostheaderdate { font-size: small; } + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index 838a215c98f..6bde74ac482 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -342,3 +342,11 @@ a.dimmed:hover { .forumpostheaderdate { font-size: small; } + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} diff --git a/theme/poweraid/styles.php b/theme/poweraid/styles.php index 7c5418cdb44..b881a41fa41 100644 --- a/theme/poweraid/styles.php +++ b/theme/poweraid/styles.php @@ -197,3 +197,11 @@ select { color: #000000; background-color: #999999; } + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} diff --git a/theme/standard/footer.html b/theme/standard/footer.html index e016358ef3f..5b0b81bfb9b 100644 --- a/theme/standard/footer.html +++ b/theme/standard/footer.html @@ -1,10 +1,8 @@=$loggedinas ?>
-=$homelink ?>
- +=$loggedinas ?>
+=$homelink ?>