Posts made by Patrick Malley

Moodle in English -> Themes -> dropdown menu -> Re: dropdown menu

by Patrick Malley -
Hello Ivan,

Since the site administration menu is a sideblock in Moodle, there is no way to move it into a menu bar as you are requesting. Furthermore, since the administration menu is only useful to the site admin, it would seem that giving it such prominence at the top of the page would be distracting for other users.
Some general positive feedback:

1.) Linking the date to the calendar is simple and intuitive. Perfect.

2.) The profile block is brilliant.

3.) The footer is a nice touch, too.

One thought:

Try adding the following to styles_fonts.css:

body,p,th,td,li,.sideblock .content {line-height:1.4;}

The difference in the default line spacing across the page drives me nuts.
Mary is right. Style rules appearing lower in a document will have more "power" over rules that appear higher. To be certain it will work, you need to place this at the bottom of the last stylesheet to be listed in config.php of the theme you are using.