Style for "You are logged in as xxx" and the link to the course home page.
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
||||
|
||||
$courseword = get_string("course");
|
||||
|
||||
$loggedinas = "<font size=1>".user_login_string($course, $USER)."</font>";
|
||||
$loggedinas = "<p class=\"logininfo\">".user_login_string($course, $USER)."</p>";
|
||||
|
||||
print_header("$courseword: $course->fullname", "$course->fullname", "$course->shortname", "search.search", "", true,
|
||||
update_course_icon($course->id), $loggedinas);
|
||||
|
||||
@@ -217,3 +217,11 @@ a.dimmed:hover {
|
||||
.forumpostheaderdate {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -287,3 +287,11 @@ a.dimmed:hover {
|
||||
.forumpostheaderdate {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -240,3 +240,11 @@ a.dimmed:hover {
|
||||
.forumpostheaderdate {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -342,3 +342,11 @@ a.dimmed:hover {
|
||||
.forumpostheaderdate {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -197,3 +197,11 @@ select {
|
||||
color: #000000;
|
||||
background-color: #999999;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
<!-- START OF FOOTER -->
|
||||
<CENTER>
|
||||
<HR SIZE=1 NOSHADE>
|
||||
<FONT SIZE=1>
|
||||
<P><?=$loggedinas ?></P>
|
||||
<P><?=$homelink ?></P>
|
||||
</FONT>
|
||||
<P class="logininfo"><?=$loggedinas ?></P>
|
||||
<P class="homelink"><?=$homelink ?></P>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
@@ -218,3 +218,10 @@ a.dimmed:hover {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -218,3 +218,11 @@ a.dimmed:hover {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -218,3 +218,11 @@ a.dimmed:hover {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -218,3 +218,11 @@ a.dimmed:hover {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -218,3 +218,11 @@ a.dimmed:hover {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
@@ -218,3 +218,10 @@ a.dimmed:hover {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.logininfo {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.homelink {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user