From 17cda9406224edd6e408ecbfe76b00cb871c5a7e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 21 Mar 2021 09:01:28 +0200 Subject: [PATCH] flip the layout order of browserContainer --- chrome/centered_top_statuspanel.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chrome/centered_top_statuspanel.css b/chrome/centered_top_statuspanel.css index 459dd53..6a5ffb4 100644 --- a/chrome/centered_top_statuspanel.css +++ b/chrome/centered_top_statuspanel.css @@ -1,15 +1,15 @@ /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/centered_top_statuspanel.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */ +#tabbrowser-tabpanels .browserContainer{ -moz-box-direction: reverse !important } +#tabbrowser-tabpanels .browserContainer > notificationbox{ -moz-box-ordinal-group: 2 } #statuspanel{ - -moz-box-ordinal-group: 0; - margin-top:0px !important; + margin-top: 0 !important; margin-left: 50%; - z-index: 1; } #statuspanel-inner{ -moz-box-align: start !important; - margin-left: -50%; + margin-left: -50%; } #statuspanel-label{ border-width: 0 1px 1px 1px;