flip the layout order of browserContainer
This commit is contained in:
parent
2046d18880
commit
17cda94062
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/centered_top_statuspanel.css made available under Mozilla Public License v. 2.0
|
/* 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. */
|
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{
|
#statuspanel{
|
||||||
-moz-box-ordinal-group: 0;
|
margin-top: 0 !important;
|
||||||
margin-top:0px !important;
|
|
||||||
margin-left: 50%;
|
margin-left: 50%;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
#statuspanel-inner{
|
#statuspanel-inner{
|
||||||
-moz-box-align: start !important;
|
-moz-box-align: start !important;
|
||||||
|
|
Loading…
Reference in a new issue