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
Actions