Project

General

Profile

Actions

Task #56063

closed

Format new content element wizard links as inline-block

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

Status:
Closed
Priority:
Should 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:
Sprint Focus:

Description

The links within the new content element wizard are currently rendered as default inline elements which allows only clicking on the actual text. Even clicking between title and description does not work.

The solution is simple: format these links as inline-block to make the whole link clickable.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Task #64892: Port Content Element Wizard to BootstrapClosed2015-02-05

Actions
Related to TYPO3 Core - Bug #65058: Fix new content element wizard links click areaClosedMathias Brodala2015-02-13

Actions
Related to TYPO3 Core - Bug #68640: Fix new content element wizard links click areaClosed2015-07-30

Actions
Related to TYPO3 Core - Bug #69233: New content element wizard with longer descriptionsClosed2015-08-21

Actions
Actions #1

Updated by Mathias Brodala about 10 years ago

Example:

.contentelement-wizard a {
  display: inline-block;
}
Actions #2

Updated by Gerrit Code Review over 9 years 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 http://review.typo3.org/35178

Actions #3

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35178

Actions #4

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35178

Actions #5

Updated by Gerrit Code Review over 9 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35178

Actions #6

Updated by Gerrit Code Review over 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35461

Actions #7

Updated by Mathias Brodala over 9 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF