Project

General

Profile

Actions

Bug #78234

closed

TYPO3 8.4-dev - CSS glitch - site name in topbar overlaps the icons reducing the windows size

Added by Riccardo De Contardi over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2016-10-11
Due date:
% Done:

100%

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

Description

Steps to reproduce

1) set a quite long [SYS][sitename] in install tool (for example mine is "New TYPO3 site 7 master (for experiments, it is always latest version from GIT)")

2) drag and reduce the width of the browser window until the block with sitename and the right block overlap (see attached screenshot)

related issue: #76957


Files

Schermata 2016-10-11 alle 09.45.33.png (54.9 KB) Schermata 2016-10-11 alle 09.45.33.png Riccardo De Contardi, 2016-10-11 09:52

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #76957: livesearch does not show button "all"Closed2016-07-06

Actions
Actions #1

Updated by Daniel Goerz over 7 years ago

  • Description updated (diff)
  • Target version set to 8.4
  • Sprint Focus set to Stabilization Sprint
Actions #2

Updated by Jigal van Hemert over 7 years ago

Problem is in:

@media (min-width: 992px) {
  .scaffold-toolbar {
    background-color: transparent;
    bottom: auto;
    display: block;
    height: 45px;
    left: auto;
    overflow: visible;
    top: 0;
  }
}

If you change the transparant to #1f1f1e it has the background color that it should have. It also works with the green workspaces background.

Actions #3

Updated by Gerrit Code Review over 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/50234

Actions #4

Updated by Gerrit Code Review over 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/50234

Actions #5

Updated by Anonymous over 7 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF