Bug #56062
Task #55819: UL+OL styling
List bullets in wizard for new content elements
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2014-02-18
Due date:
% Done:
100%
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
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 almost 6 years ago
This time properly inlined.
#2
Updated by Mathias Brodala almost 6 years ago
Possible fix:
.contentelement-wizard { padding-left: 0; } .contentelement-wizard li { list-style: none; }
#3
Updated by Felix Kopp almost 6 years ago
- Status changed from New to Accepted
- Assignee set to Felix Kopp
#4
Updated by Gerrit Code Review almost 6 years 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 almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 12c1674a14b8ace0bea9d6a26aa16c3a3b4f8d68.
#6
Updated by Ernesto Baschny over 5 years ago
- Parent task set to #55819
#7
Updated by Riccardo De Contardi about 2 years ago
- Status changed from Resolved to Closed