Bug #56062

Task #55819: UL+OL styling

List bullets in wizard for new content elements

Added by Mathias Brodala over 1 year ago. Updated over 1 year ago.

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:

typo3-62-new-content-element-wizard.PNG (4.2 kB) Mathias Brodala, 2014-02-18 08:58


Related issues

related to Core - Bug #55834: Bring "list-unstyled" for ul/ol without styling Resolved 2014-02-10
duplicated by Core - Bug #55996: New CE wizard - list styles issue after patch Unify UL/OL... Closed 2014-02-14

Associated revisions

Revision 12c1674a
Added by Felix Kopp over 1 year ago

[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

#6 Updated by Ernesto Baschny over 1 year ago

  • Parent task set to #55819

Also available in: Atom PDF