From 5b2bb17e1ea26ab4f8d80ab2ede9782e2346cf1d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 30 Jan 2019 16:13:42 +0200 Subject: [PATCH] new file --- ...65_tabs_on_bottom_menubar_on_top_patch.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chrome/Fx65_tabs_on_bottom_menubar_on_top_patch.css diff --git a/chrome/Fx65_tabs_on_bottom_menubar_on_top_patch.css b/chrome/Fx65_tabs_on_bottom_menubar_on_top_patch.css new file mode 100644 index 0000000..22da4b8 --- /dev/null +++ b/chrome/Fx65_tabs_on_bottom_menubar_on_top_patch.css @@ -0,0 +1,19 @@ +/* Menubar on top patch - use with Fx65_tabs_on_bottom.css */ +/* Only really useful if menubar is ALWAYS visible */ + +#navigator-toolbox{ margin-top: 22px } +#toolbar-menubar{ + position: fixed; + top: 0px; + height: 22px; + margin-top:1px; + width: 100%; + overflow: hidden; +} + +#toolbar-menubar .titlebar-buttonbox-container{ height: 22px; } +#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; } + +/* This will allow you to MAYBE put some items to the menubar */ +#toolbar-menubar > *{ float: left } +#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px } \ No newline at end of file