Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Is it possible to move today panel (F11) to the very left side?

  • 2 respostas
  • 0 têm este problema
  • 1 visualização
  • Última resposta por orwel

more options

Hi folks, I am wondering if there is a possibility to move the today panel (showed in Mail window / Alt1) on the very right side to the very left side.

Hi folks, I am wondering if there is a possibility to move the today panel (showed in Mail window / Alt1) on the very right side to the very left side.

Solução escolhida

This can be done with userChrome.css (see picture):

#today-pane-panel{
  order: -1;     
}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Ler esta resposta no contexto 👍 0

Todas as respostas (2)

more options

Solução escolhida

This can be done with userChrome.css (see picture):

#today-pane-panel{
  order: -1;     
}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

more options

That's working, many thanks.