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

Also available in: Atom PDF