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.

CommentFileSizeAuthor
#5 Button style__preview_button_bug.PNG12.38 KBclashar

Comments

merlinofchaos’s picture

hass’s picture

subscribe

merlinofchaos’s picture

Status: Active » Fixed

Fixed in CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

clashar’s picture

Version: 6.x-2.0-beta1 » 6.x-3.x-dev
Status: Closed (fixed) » Active
StatusFileSize
new12.38 KB

I use 6.x-3.x-dev,

css file:
/sites/all/modules/views/css/views-admin.css

has a code:

form#views-ui-preview-form input#preview-submit {
  margin: 1.7em 0 0 0;
}

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?

clashar’s picture

Title: Apply button on views admin page conflicts with search box. » Preview button on views admin page conflicts with smth
iamjon’s picture

Status: Active » Closed (fixed)

clashar,
the css is working as it was intended too. you can override the css in your theme.

dawehner’s picture

Status: Closed (fixed) » Active

This seems to be a theme specfic problem, or?

iamjon’s picture

Status: Active » Closed (works as designed)

Closing from a lack of activity.