Styles for $performanceinfo in footer

This commit is contained in:
moodler
2005-04-01 10:01:45 +00:00
parent b8cea9b2de
commit ef036dcee8
3 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -3,7 +3,7 @@
<!-- START OF FOOTER -->
<div id="footer">
<?php if ($navigation) { ?>
<?php if ($navigation and false) { ?>
<div class="navbar">
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
<div class="menu"><?php echo $menu; ?></div>
@@ -13,6 +13,8 @@
<?php echo $loggedinas ?>
<?php echo $performanceinfo ?>
<?php if (isadmin()) { ?>
<br />
<hr size="1" noshade="noshade" />
+4
View File
@@ -161,6 +161,10 @@ h4 {
}
.performanceinfo {
font-size: 0.6em;
}
/***
*** Admin
+4
View File
@@ -252,6 +252,10 @@ table.formtable tbody th
padding-right:1em;
}
.performanceinfo {
margin: 2em;
}
/***