Bug #72312
closedForm elements - default rendering style not ideal
100%
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
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45548
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45548
Updated by Riccardo De Contardi almost 9 years ago
I think it has been already solved with https://review.typo3.org/#/c/46149/
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45548
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45548
Updated by Gerrit Code Review over 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45548
Updated by Gianluigi Martino over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e847d329f5b7414cfaa2f9bf06b786368ffae372.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed