Change dockeditempanel width

Change dockeditempanel width

by Ivan Gorbachev -
Number of replies: 6

Hi!

I try to change dockeditempanel width in a theme anomaly moodle 3.1.1. For this I changed dock.css like that:

#dockeditempanel {
width: 250px;
min-width: 250px;
position: relative;
z-index: 12000;
left: 100%;
}
but nothing changed. Is it possible to change the  dockeditempanel width ?

Average of ratings: -
In reply to Ivan Gorbachev

Re: Change dockeditempanel width

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

You need to Purge all cache first before the CSS will work.

In reply to Mary Evans

Re: Change dockeditempanel width

by Ivan Gorbachev -

I make it every time when change css. But with docitempanel it did not help

In reply to Ivan Gorbachev

Re: Change dockeditempanel width

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Please can you list ALL the CSS that you have for the Dock?

I think you must have an error it it somewhere!

thanks

Mary

In reply to Mary Evans

Re: Change dockeditempanel width

by Ivan Gorbachev -

This is my dock.css. Do you want to see all css files at the theme ?

In reply to Ivan Gorbachev

Re: Change dockeditempanel width

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Somewhere in the back of my mind, there is some core JS that has 'fixed' code that cannot be overridden in a theme, there is even a comment to the effect 'sorry theme designers'.