Project

General

Profile

Actions

Bug #80644

closed

style glitch in wizard window of CE 'insert records'

Added by Andreas Steiger about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-04-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If you create a new CE 'Insert Records' and you click on 'page content' for adding records, there you can see a design glitch in the filter section (see screenshot)


Files

insert records design glitch.png (26.8 KB) insert records design glitch.png Andreas Steiger, 2017-04-03 09:15

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #80020: link wizard popup - linkhandler search form may overlapClosed2017-02-25

Actions
Actions #1

Updated by Riccardo De Contardi about 7 years ago

as I wrote on #80020, a solution could be a different grid:

<div class="row">
    <div class="form-group col-xs-12 ">
        ...
    </div>
    <div class="form-group col-xs-12 col-sm-6">
        ...
    </div>
    <div class="form-group col-xs-12 col-sm-6">
        ...
    </div>
    <div class="form-group col-xs-12">
        ...
    </div>
</div>
Actions #2

Updated by Gerrit Code Review about 7 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 https://review.typo3.org/52370

Actions #3

Updated by Gerrit Code Review about 7 years ago

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

Actions #4

Updated by Gianluigi Martino about 7 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF