Project

General

Profile

Actions

Bug #43330

closed

BE login shows unaesthetic scrollbars

Added by Markus Klein over 11 years ago. Updated over 5 years ago.

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

100%

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

Description

In FF, IE9 and Chrome (and maybe others) the BE login page has visible scrollbars as the HTML is too big.

Just remove the HTML { height:100% } setting and things are fine.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #43466: Drag&Drop in page module broken in ChromeClosed2012-11-29

Actions
Actions #1

Updated by Gerrit Code Review over 11 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16781

Actions #2

Updated by Markus Klein over 11 years ago

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

Updated by Christian Kuhn over 11 years ago

  • Status changed from Resolved to New
  • Target version deleted (6.0.0)
Actions #4

Updated by Christian Kuhn over 11 years ago

  • Complexity changed from easy to hard
Actions #5

Updated by Christian Kuhn over 11 years ago

The patch broke page module drag & drop, see related issue. Reverted for now.

Actions #6

Updated by Torben Hansen over 11 years ago

The extra margin is added from the #t3-login-form in /typo3/sysext/t3skin/stylesheets/structure/login_screen.css

I think you canĀ“t combine percentual and auto margins for this div-container.

Just remove the 10% top-margin and add a top-padding of 10% for the #t3-login-form. This should fix the problem without breaking the page module drag & drop

The resulting CSS looks like this:

#typo3-index-php #t3-login-form {
  margin: 0 auto;
  width: 430px;
  padding: 10% 0 0 0;
}
Actions #7

Updated by Markus Klein over 11 years ago

Thank you Torben for investigating this further.
Would you mind pushing your change to Gerrit?

Actions #9

Updated by Gerrit Code Review over 11 years ago

  • Status changed from New to Under Review

Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17067

Actions #10

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17282

Actions #11

Updated by Torben Hansen over 11 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF