Bug #55834

Task #55819: UL+OL styling

Bring "list-unstyled" for ul/ol without styling

Added by Felix Kopp over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-02-10
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:- Spent time: -
Target version:-
TYPO3 Version:6.2 Is Regression:No
PHP Version: Sprint Focus:
Complexity:

Description

Add ul.list-unstyled and ol.list-unstyled for lists without decimal/bullet point.
This should replace all inline style definitions and overrides.


Related issues

related to Core - Bug #56062: List bullets in wizard for new content elements Resolved 2014-02-18
related to Core - Bug #55996: New CE wizard - list styles issue after patch Unify UL/OL... Closed 2014-02-14

Associated revisions

Revision 92852156
Added by Felix Kopp over 1 year ago

[TASK] EXT: t3skin - .list-unstyled for ol & ul

Brings CSS class for lists that semantically need to be
UL or OL tags but do not have a visible list-style-item:

<ul class="list-unstyled">
<li>…</li>
</ul>
<ol class="list-unstyled">
<li>…</li>
</ol>

Resolves: #55834
Releases: 6.2
Change-Id: Ic51fbe1f0995b4504d5b10a4c83775a977a19e33
Reviewed-on: https://review.typo3.org/27801
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer

History

#1 Updated by Tymoteusz Motylewski over 1 year ago

one of the places it should be applied is a new contenet element wizard (currently there are dots )

#2 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New 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/27801

#3 Updated by Felix Kopp over 1 year ago

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

#4 Updated by Ernesto Baschny over 1 year ago

  • Parent task set to #55819

Also available in: Atom PDF