In other words, I've added the following CSS to a new theme that I"m 98% done with:
.sideblock .content ul li a {
display: block;
padding:6px 0 6px 10px;
}This works well in Firefox and Safari. Doesn't work so well in IE and Opera.
Am I doing something wrong? Is there another way I should be trying to achieve the behavior I am going for?
I have it set as default on my Moodle demo: http://newschoollearning.com/moodle
See attached picture to get a better idea of what I'm getting and what I'm trying to achieve.
Thanks in advance for any help.