|
[
Permalink
| « Hide
]
Martin Dougiamas added a comment - 08/May/09 04:22 PM
I put this into 1.9 and head .... it sort of makes sense for standard themes but I don't think it's helped moodle.org at all ...
Could that top margin be just a little smaller in moodle2 theme css - maybe 5 ???
(Messages dropped down from the top but a little too much) Or a very simple solution:
#redirect { } gives some margin ( 3 em ) to the top and to the bottom. Example from custom corners theme
OK, I think moodle.org looks better now.
#redirect {
margin-top:4em;
}
#redirect #message {
padding-top:4em;
}
Did you add any margin-bottom or padding-bottom ?
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||