The apply button on the admin page and the search button on the left side in the garland theme have the same id. This makes the css from the views mess up the positioning of the search button. The id of the apply button should be changed, or the css needs to be made more specific so that it doesn't apply to the search button.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Button style__preview_button_bug.PNG | 12.38 KB | clashar |
Comments
Comment #1
merlinofchaos commentedhttp://drupal.org/node/251633 is duplicate
Comment #2
hass commentedsubscribe
Comment #3
merlinofchaos commentedFixed in CVS.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
clashar commentedI use 6.x-3.x-dev,
css file:
/sites/all/modules/views/css/views-admin.css
has a code:
which "margin-top: 1.7em" gives me several problems in buttons display, if I disable it in firebug, then it's ok.
Is it normal that this margin top has 1.7 em?
Comment #6
clashar commentedComment #7
iamjon commentedclashar,
the css is working as it was intended too. you can override the css in your theme.
Comment #8
dawehnerThis seems to be a theme specfic problem, or?
Comment #9
iamjon commentedClosing from a lack of activity.