Actions
Bug #78772
closedAdd / edit wizard position
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
Updated by Stephan Großberndt about 7 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.
Updated by Georg Ringer almost 7 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