@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Note: assumes app button is visible (menu bar disabled) */

/* Move tabs up to titlebar */
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-left: 112px !important;
    padding-right: 109px !important;
    min-height: 25px !important;
}

/* Move the menubar above the tabs so it moves the tab bar down when activated */
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #toolbar-menubar {
    margin: -19px 0px 3px 112px !important;
}

/* The titlebar spacer blocks normal buttons in the titlebar from being pressable, let's get rid of it */
#titlebar-spacer { 
    display: none !important;
}