Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 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.

被采纳的解决方案

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)

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

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.