Hi, I moved the save and preview button to the last one of the multiple page. It seems that perhaps it would be better if css for those two buttons can be moderately changed to make it look nicer, considering the current position of the previous page button, either by making the three buttons inline as a group or, if separately, by adding more space between the line for the previous page button and the line for the other two.

Screenshot attached. Thank you.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bverc’s picture

Title: css of three buttons » multipage.css tidyup
Category: Support request » Bug report
Issue summary: View changes

A number of things need to be edited in multipage.css

  • buttons should align with other buttons in form
  • Previous/Next should be before Save/Preview, not after
  • button css should not override my theme styles (There is no reason to specify the style of these buttons)
bverc’s picture

Removed majority of the unnecessary css. Should apply theme styles to be consistent with other buttons in website.

Assumes #2147445: Display submit button after multipage buttons on last page patch #6 has been applied.

Chris Matthews’s picture

The 3 year old patch in #2 to multipage.css applied cleanly to the latest field_group 7.x-1.x-dev, but still needs review.