Actions
Bug #72312
closedForm elements - default rendering style not ideal
Start date:
2015-12-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
The current default rendering of form elements in sorted list <ol> with a list item wrap <li> for each element results in a not so pretty display, with the elements being numerated and hidden element visible. (Attached image shows my results)
A quick solution would be a default style CSS with the following:
form > ol { list-style-type: none; } .csc-form-element-hidden { display: none; }
Whereas the first rule is too generic, I did not see a class "csc-form"?
Files
Actions