mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
Changes to styles used in nav-bar (no longer id, now a class) including
renaming - please check other themes!!! Also the footer can now use all the same PHP variables as the headero $heading - the heading of the page $menu - the menu if any (sometimes it's the "logged in as" string) $title - the title of the page $navigation - the navigation string $button - a button, if any $home - true if on home page, otherwise false
This commit is contained in:
parent
47819c85d2
commit
d2c6555d40
4 changed files with 18 additions and 9 deletions
|
@ -205,17 +205,18 @@ table.formtable tbody th
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
.navbar {
|
||||
padding:3px 0.5em;
|
||||
height:1.3em;
|
||||
}
|
||||
|
||||
#breadcrumb {
|
||||
.navbar .breadcrumb {
|
||||
float:left;
|
||||
margin:0.2em 0em;
|
||||
}
|
||||
|
||||
#navbutton {
|
||||
.navbar .navbutton,
|
||||
.navbar .menu {
|
||||
float:right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue