Project

General

Profile

Actions

Bug #56062

closed

Task #55819: UL+OL styling

List bullets in wizard for new content elements

Added by Mathias Brodala about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2014-02-18
Due date:
% Done:

100%

Estimated time:
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:


Files


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #55834: Bring "list-unstyled" for ul/ol without stylingClosed2014-02-10

Actions
Has duplicate TYPO3 Core - Bug #55996: New CE wizard - list styles issue after patch Unify UL/OL standardClosed2014-02-14

Actions
Actions #1

Updated by Mathias Brodala about 10 years ago

This time properly inlined.

Actions #2

Updated by Mathias Brodala about 10 years ago

Possible fix:

.contentelement-wizard {
  padding-left: 0;
}

.contentelement-wizard li {
  list-style: none;
}
Actions #3

Updated by Felix Kopp about 10 years ago

  • Status changed from New to Accepted
  • Assignee set to Felix Kopp
Actions #4

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

Actions #5

Updated by Felix Kopp about 10 years ago

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

Updated by Ernesto Baschny almost 10 years ago

  • Parent task set to #55819
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF