mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
fixed.
based on standard theme.
This commit is contained in:
parent
61bff7e5ec
commit
82d767a57f
@ -32,10 +32,10 @@
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
|
||||
<div class="navbar">
|
||||
<table class="navbar"><tr><td>
|
||||
<div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
|
||||
<div class="navbutton"><?php echo $button; ?></div>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr size="1" noshade="noshade" />
|
||||
|
@ -219,6 +219,7 @@ table.formtable tbody th
|
||||
height:1.3em;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.navbar .breadcrumb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user