mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merged navigation menu fixed from stable
This commit is contained in:
parent
42be916421
commit
f7641e60ab
2 changed files with 11 additions and 0 deletions
|
@ -190,6 +190,10 @@ a.useredit, a:hover.useredit, .blink {
|
||||||
'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif;
|
'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigation button {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Footer
|
*** Footer
|
||||||
***/
|
***/
|
||||||
|
|
|
@ -570,6 +570,13 @@ div.phpinfo .center th {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigation li,
|
||||||
|
.navigation div,
|
||||||
|
.navigation button,
|
||||||
|
.navigation form {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
width:auto;
|
width:auto;
|
||||||
padding:3px 0.5em;
|
padding:3px 0.5em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue