Project

General

Profile

Actions

Bug #78772

closed

Add / edit wizard position

Added by Jérémie Roulin over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-11-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi dear TYPO3 community,

I think that add / edit wizard position is a bit strange... On the first screenshot is the actual style :

.form-wizards-wrap.form-wizards-aside > .form-wizards-element, .form-wizards-wrap.form-wizards-aside > .form-wizards-items {
    display: table-cell;
    vertical-align: top;
}

And on the second I put a vertical-align: middle; which is better I think :

.form-wizards-wrap.form-wizards-aside > .form-wizards-element, .form-wizards-wrap.form-wizards-aside > .form-wizards-items {
    display: table-cell;
    vertical-align: middle;
}

I also think that for small select box like "Type" on my screenshot the add / edit wizards should be closer (like on my third screenshot).

What do you think?

Thank you,
Jérémie


Files

be_wizard_top_align.png (28.6 KB) be_wizard_top_align.png Actual style Jérémie Roulin, 2016-11-23 11:06
be_wizard_middle_align.png (28.5 KB) be_wizard_middle_align.png With v-align: middle Jérémie Roulin, 2016-11-23 11:06
be_wizard_close.png (2.69 KB) be_wizard_close.png Select box with add / edit wizard closer Jérémie Roulin, 2016-11-23 11:06
Actions #1

Updated by Stephan Großberndt over 6 years ago

  • Status changed from New to Needs Feedback

Is this still the case in current versions (v9 or v8) - it won't be fixed for TYPO3 7.6 - I suppose it's not on v8 or master (could not reproduce).
If it is still the case we need info on the browser used.

Actions #2

Updated by Georg Ringer over 6 years ago

  • Status changed from Needs Feedback to Resolved

this has been solved in 9 and won't be backported. therefore I am closing this issue

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF