Update #300
This commit is contained in:
parent
c86be8d9e2
commit
c3f387a18a
7 changed files with 94 additions and 19 deletions
18
src/other/firefox/Monterey/parts/left_header_button_3.css
Normal file
18
src/other/firefox/Monterey/parts/left_header_button_3.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
#TabsToolbar {
|
||||
margin-left: 460px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 500px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-left: 534px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 574px !important;
|
||||
}
|
||||
}
|
18
src/other/firefox/Monterey/parts/left_header_button_4.css
Normal file
18
src/other/firefox/Monterey/parts/left_header_button_4.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
#TabsToolbar {
|
||||
margin-left: 500px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 540px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-left: 574px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 614px !important;
|
||||
}
|
||||
}
|
18
src/other/firefox/Monterey/parts/left_header_button_5.css
Normal file
18
src/other/firefox/Monterey/parts/left_header_button_5.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
#TabsToolbar {
|
||||
margin-left: 540px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 580px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-left: 614px !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 654px !important;
|
||||
}
|
||||
}
|
10
src/other/firefox/Monterey/parts/right_header_button_3.css
Normal file
10
src/other/firefox/Monterey/parts/right_header_button_3.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
#TabsToolbar {
|
||||
margin-right: 12vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 5vw !important;
|
||||
}
|
||||
}
|
10
src/other/firefox/Monterey/parts/right_header_button_4.css
Normal file
10
src/other/firefox/Monterey/parts/right_header_button_4.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
#TabsToolbar {
|
||||
margin-right: 13vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 6vw !important;
|
||||
}
|
||||
}
|
10
src/other/firefox/Monterey/parts/right_header_button_5.css
Normal file
10
src/other/firefox/Monterey/parts/right_header_button_5.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
#TabsToolbar {
|
||||
margin-right: 15vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 8vw !important;
|
||||
}
|
||||
}
|
|
@ -5,6 +5,16 @@
|
|||
* - bookmark bar (toolbar#PersonalToolbar)
|
||||
* - add-ons can add their own toolbars (toolbar) */
|
||||
|
||||
/* buttons on left headerbar */
|
||||
@import "left_header_button_3.css";
|
||||
/*@import "left_header_button_4.css";*/
|
||||
/*@import "left_header_button_5.css";*/
|
||||
|
||||
/* buttons on right headerbar */
|
||||
@import "right_header_button_3.css";
|
||||
/*@import "right_header_button_4.css";*/
|
||||
/*@import "right_header_button_5.css";*/
|
||||
|
||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
#nav-bar, #PersonalToolbar, #toolbar-menubar {
|
||||
|
@ -41,27 +51,8 @@ findbar {
|
|||
margin-top: -43px !important;
|
||||
padding: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
margin-left: 460px !important;
|
||||
margin-right: 12vw !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 500px !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-left: 534px !important;
|
||||
margin-right: 5vw !important;
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 574px !important;
|
||||
}
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
|
|
Loading…
Reference in a new issue