login page logo will not resize when browser window does

login page logo will not resize when browser window does

by Matthew DiSano -
Number of replies: 5

My logo at top of  login page in white box background does not resize when the browser does.  The white background does and other text but not the logo.

Moodle version 3.5.3

Using Fordson Theme ( custom login page disabled )

Did not see this behavior at 3.5.1 prior to upgrade.  Any help greatly appreciated..

Average of ratings: -
In reply to Matthew DiSano

Re: login page logo will not resize when browser window does

by Phuong Hoang -

Hi Matthew,

Could you take a screenshot or give us a link to check?

In reply to Matthew DiSano

Re: login page logo will not resize when browser window does

by Andrew Gatty -

Hello Mathew, Please give us a Screen Shot.

In reply to Andrew Gatty

Re: login page logo will not resize when browser window does

by Matthew DiSano -

Here is a screenshot of the problem

Link as well

https://train.brownphysicians.org

Attachment chrome_2018-12-17_08-13-16.jpg
In reply to Matthew DiSano

Re: login page logo will not resize when browser window does

by Matthew DiSano -

Anyone have any idea?  When using the same logo with the fordson theme custom login page ( usually off )when enabled the logo resizes properly. I do not wish to use that custom login page.  I have information that appears on the page now that is easier then using the fordson page.

So, it is not a logo problem.   

In reply to Matthew DiSano

Re: login page logo will not resize when browser window does

by Dave Balch -

Looks like you need a CSS rule to set the image width to 100% - something like:

#page-login-index #region-main img[title='BROWN PHYSICIANS INC.'] {
    width: 100%;
}

This is a bit convoluted, as there don't appear to be any css classes in the HTML to indicate that it's the login box.