Problems in Login and Registration Pages
dgrvedado opened this issue · 2 comments
I load a new image, because perhaps one is confused with the previous image. It doesn't go all the way to the bottom of the page.
I use Linux, but I have tried on Windows with various browsers. It looks exactly the same on all of them. The old version looks good. The version is matrix-admin-bt4, But in version matrix-admin-bt5 it doesn't look good.
Ok I found the solution. I compared the style.min.css files between the old version and this one and saw that all this css code was missing in the new version:
.auth-wrapper{min-height:100vh;position:relative}.auth-wrapper .auth-box{background:#fff;padding:20px;max-width:400px;width:90%;margin:10% 0} .auth-wrapper #recoverform{display:none}
This code must be inserted between these codes:
#choices input{margin-left:15px} .... .search-box
To take into account and if you wish to correct.