Project

General

Profile

Actions

Bug #72312

closed

Form elements - default rendering style not ideal

Added by Philipp Rönsch over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
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

hidden-elements.PNG (35.9 KB) hidden-elements.PNG Philipp Rönsch, 2015-12-18 10:48
Actions #1

Updated by Gerrit Code Review over 8 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

Actions #2

Updated by Gerrit Code Review over 8 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

Actions #3

Updated by Riccardo De Contardi over 8 years ago

I think it has been already solved with https://review.typo3.org/#/c/46149/

Actions #4

Updated by Gerrit Code Review over 8 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Gianluigi Martino about 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF