
Recently ran into a problem when using an exposed filter in the views module. The button showed up, but the button text did not. Finally found a resolution in the Artisteer forums (huge thanks to ytin) that gives this handy little snippet to add to your style.css:
.views-exposed-form .views-exposed-widget .form-submit {
margin-top:0;
}
**Works perfectly, the only drawback is you will have to remember to replace this snippet each time the theme is updated.
