Change dockeditempanel width

Change dockeditempanel width

von Ivan Gorbachev -
Anzahl Antworten: 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 ?

Als Antwort auf Ivan Gorbachev

Re: Change dockeditempanel width

von Mary Evans -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers Nutzerbild von Testers

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

Als Antwort auf Mary Evans

Re: Change dockeditempanel width

von Ivan Gorbachev -

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

Als Antwort auf Ivan Gorbachev

Re: Change dockeditempanel width

von Mary Evans -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers Nutzerbild von 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

Als Antwort auf Mary Evans

Re: Change dockeditempanel width

von Ivan Gorbachev -

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

Als Antwort auf Ivan Gorbachev

Re: Change dockeditempanel width

von Gareth J Barnard -
Nutzerbild von Core developers Nutzerbild von Particularly helpful Moodlers Nutzerbild von 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'.