Bug #56062
Task #55819: UL+OL styling
List bullets in wizard for new content elements
Status: | Resolved | Start date: | 2014-02-18 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Felix Kopp | % Done: | 100% |
|
Category: | Backend User Interface | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Is Regression: | Yes | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Since the introduction of list styles (49b0696) the wizard for new content elements also gets list bullets which yields a odd layout:
Related issues
Associated revisions
[BUGFIX] New Content Element: hide list style
Hides bullet points in New Content Element Wizard.
Resolves: #56062
Releases: 6.2
Change-Id: Iead660b30df3cabea76d22dc962802c61be01ea7
Reviewed-on: https://review.typo3.org/27804
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
History
#1 Updated by Mathias Brodala over 1 year ago
This time properly inlined.
#2 Updated by Mathias Brodala over 1 year ago
Possible fix:
.contentelement-wizard { padding-left: 0; } .contentelement-wizard li { list-style: none; }
#3 Updated by Felix Kopp over 1 year ago
- Status changed from New to Accepted
- Assigned To set to Felix Kopp
#4 Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted 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/27804
#5 Updated by Felix Kopp over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 12c1674a14b8ace0bea9d6a26aa16c3a3b4f8d68.
#6 Updated by Ernesto Baschny over 1 year ago
- Parent task set to #55819