mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
fixed.
based on standard theme.
This commit is contained in:
parent
ef036dcee8
commit
b6afa80559
@ -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" />
|
||||
|
@ -161,6 +161,10 @@ h4 {
|
||||
}
|
||||
|
||||
|
||||
.performanceinfo {
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
|
@ -253,6 +253,10 @@ table.formtable tbody th
|
||||
padding-right:1em;
|
||||
}
|
||||
|
||||
.performanceinfo {
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
|
Loading…
x
Reference in New Issue
Block a user