Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Fx 25 - Move Find Bar to Top

  • 2 ответа
  • 7 имеют эту проблему
  • 5 просмотров
  • Последний ответ от Yaron

more options

I'm using 'Tabs on Bottom'. I'd like to set the Findbar on top between the main toolbar and the Tabs toolbar (NOT below the Tabs toolbar).

Thank you.

I'm using 'Tabs on Bottom'. I'd like to set the Findbar on top between the main toolbar and the Tabs toolbar (NOT below the Tabs toolbar). Thank you.

Все ответы (2)

more options

Try this to move the Find Bar to top


click here

more options

Thank you.

In Fx 25 the following code moves the Findbar to top below the Tabs toolbar.

   findbar {
     -moz-box-ordinal-group:0 !important;
     margin-top:-1px !important;
   }
I'd like to set the Findbar on top between the main toolbar and the Tabs toolbar (NOT below the Tabs toolbar).

Изменено Yaron