Project

General

Profile

Actions

Bug #95347

closed

Missing margins in BE login form

Added by Robert Kärner over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-09-24
Due date:
% Done:

100%

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

Description

Several elements in the backend login form are missing margins.

This can be seen particularly well after entering a wrong MFA code:
Error message, input field, submit button and "Go back" link have no vertical margin at all.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #95220: Missing padding at login for password resetClosedPaul Hansen2021-09-15

Actions
Actions #1

Updated by Robert Kärner over 2 years ago

TYPO3 v10 is using a Bootstrap panel for the login form, so it isn't affected.
TYPO3 v11 switched to a Bootstrap card, and cards are styled like this:

.card-body {
    *:first-child {
        margin-top: 0;
    }

    *:last-child {
        margin-bottom: 0;
    }
}

So margins are removed in cards for all first and last elements recursively.

Actions #2

Updated by Paul Hansen over 2 years ago

  • Related to Bug #95220: Missing padding at login for password reset added
Actions #3

Updated by Gerrit Code Review over 2 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/c/Packages/TYPO3.CMS/+/71427

Actions #4

Updated by Oliver Bartsch over 2 years ago

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

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF