Bug #43330
closed
BE login shows unaesthetic scrollbars
Added by Markus Klein almost 12 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
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.
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to New
- Target version deleted (
6.0.0)
- Complexity changed from easy to hard
The patch broke page module drag & drop, see related issue. Reverted for now.
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;
}
Thank you Torben for investigating this further.
Would you mind pushing your change to Gerrit?
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF