Style for "You are logged in as xxx" and the link to the course home page.

This commit is contained in:
moodler
2003-04-25 09:23:08 +00:00
parent a5c411d4c2
commit b328523cc1
13 changed files with 89 additions and 5 deletions
+1 -1
View File
@@ -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);
+8
View File
@@ -217,3 +217,11 @@ a.dimmed:hover {
.forumpostheaderdate {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -287,3 +287,11 @@ a.dimmed:hover {
.forumpostheaderdate {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -240,3 +240,11 @@ a.dimmed:hover {
.forumpostheaderdate {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -342,3 +342,11 @@ a.dimmed:hover {
.forumpostheaderdate {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -197,3 +197,11 @@ select {
color: #000000;
background-color: #999999;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+2 -4
View File
@@ -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>
+7
View File
@@ -218,3 +218,10 @@ a.dimmed:hover {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -218,3 +218,11 @@ a.dimmed:hover {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -218,3 +218,11 @@ a.dimmed:hover {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -218,3 +218,11 @@ a.dimmed:hover {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+8
View File
@@ -218,3 +218,11 @@ a.dimmed:hover {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}
+7
View File
@@ -218,3 +218,10 @@ a.dimmed:hover {
font-size: small;
}
.logininfo {
font-size: x-small;
}
.homelink {
font-size: x-small;
}