mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merged navigation menu fixed from stable
This commit is contained in:
parent
42be916421
commit
f7641e60ab
@ -190,6 +190,10 @@ a.useredit, a:hover.useredit, .blink {
|
||||
'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif;
|
||||
}
|
||||
|
||||
.navigation button {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Footer
|
||||
***/
|
||||
|
@ -570,6 +570,13 @@ div.phpinfo .center th {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.navigation li,
|
||||
.navigation div,
|
||||
.navigation button,
|
||||
.navigation form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
width:auto;
|
||||
padding:3px 0.5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user