Adaptable Theme - Dashboard Course Images

Adaptable Theme - Dashboard Course Images

by Don Schwartz -
Number of replies: 3

I'm using the Adaptable 1.8 on a Moodle 3.6.1 sandbox site

The course images on the dashboard have always been off. Larger than the container and not scaled.

On 3.5.X we used custom CSS to fix this but the code does not work on 3.6.1

CSS code: 

.block_myoverview .myoverviewimg.courseimage {

    background-position: center;

    background-size: 80px;

    width: 80px;

    height: 80px;

}



Average of ratings: -
In reply to Don Schwartz

Re: Adaptable Theme - Dashboard Course Images

by Fernando Acedo -
Picture of Plugin developers Picture of Testers

Could you post a Dashboard screen shot to understand the exact issue?

We are going to publish new version very soon and need to know if it is really and issue.

Notice that moodle changed the Course Overview block and probably they made some changes in the CSS too.

 

In reply to Fernando Acedo

Re: Adaptable Theme - Dashboard Course Images

by Don Schwartz -

Yes, it looks like the course overview block and css classes have been changed

I have to scribble on the capture for security reasons

Our images are 100x100 and in 3.5 we scaled to 80x80


Attachment dash.JPG
In reply to Fernando Acedo

Re: Adaptable Theme - Dashboard Course Images

by Don Schwartz -

Yes they did change the CSS, the classes and I think, the renderer