2.4 inactive buttons Issue with views


Author Message
Barney Lodge

Posted: 3/6/2010
Quote message 

I find that buttons for exposed filters are inactive and not labelled. I have checked on three sites using firefox/safari/explorer
 
ytin

Posted: 3/8/2010
Quote message 

Add this code to your style.css and it will show up

.views-exposed-form .views-exposed-widget .form-submit {

margin-top:0;
}

 
Roxy

Posted: 4/18/2010
Quote message 

:-) :-) ytin you rock. That worked perfectly on a problem I have been beating on for a couple days.
 
Herb Miller

Posted: 3/8/2011
Quote message 

:-< :-( :-D thanks for the lead ytin... I've been living with the same problem on Views pages ever since I started using Artisteer and Views. Since the problem only appeared to Drupal admins (me) I could live with it. But when it appeared on exposed forms (yes it's taken me that long to find out about Exposed forms - and even the new book Drupal's Building Blocks hardly mentions them) I knew I needed to find the fix.
So in addition to CSS for the exposed form submit button here's the same for the Views Preview Submit button and the Views Edit Apply and Reset buttons


form#views-ui-preview-form input#preview-submit { margin-top:0; } #edit-views-apply, #edit-views-reset { margin-top:0; }


PS. Problem still exists in Artisteer 2.6 and 3 with the latest Views modules for Drupal 6.20.