[Résolu] Position Barre Onglets

Vos requêtes concernant Mozilla Firefox, le navigateur Gecko alternatif, ne trouvèrent point de réponses lorsque vous cherchâtes ? Toute l'équipe Geckozone est prête à vous aider.

Modérateurs : myahoo, nico@nc, Mori, jpj

epsilon9f
Lézard à collerette
Messages : 215
Inscription : 29 sept. 2007, 19:29

[Résolu] Position Barre Onglets

Message par epsilon9f »

Hello à tous,

Depuis la MAJ de Firefox 65.0 le positionnement de ma barre d'onglets a bougé ....
Elle était en 3° position, elle est maintenant en 1° position alors que dans le crhome.css tout est bien définit .?

Explication : j'avais paramétré Firefox pour avoir en partant du haut :

1) La Barre de navigation
2) La Barre personnelle
3) La Barre d'Onglets

Via un Chrome.css definit comme suit :
/*=== position Barre de Navigation, Barre Perso & Onglets ======*/

/*** barre de NAVIGATION ***/
#nav-bar {
-moz-box-ordinal-group: 1 !important;
}

/*** barre PERSONNELLE ***/
#PersonalToolbar {
-moz-box-ordinal-group: 2 !important;
}

/*** barre d'ONGLETS ***/
#TabsToolbar {
-moz-box-ordinal-group: 3 !important;
}


/*====== Barre perso multiligne ======*/
/*section pour avoir plusieurs lignes sur la barre Perso)*/

#PlacesToolbarItems
{ overflow: visible !important; }

#PlacesToolbarItems > .box-inherit.scrollbox-innerbox
{ display:block !important; }
-----------------------

Y aurait-il une personne qui aurait la solution pour me permettre de remettre la Barre d'onglets en 3° Position ?

Merci de votre aide.
Dernière modification par epsilon9f le 12 févr. 2019, 00:54, modifié 2 fois.
Avatar de l’utilisateur
Bob49
Animal mythique
Messages : 22671
Inscription : 10 mars 2006, 17:25

Re: Position Barre Onglets

Message par Bob49 »

Bonjour

Plusieurs fils depuis la sortie de Fx 65, dont en première page du forum et Freddy à donné la solution : viewtopic.php?f=5&t=135747#p880555
Sauvegardez le profil de votre Firefox , avant d'y faire des modifications(install, etc..) ;-)
"Le bonheur est souvent la seule chose qu'on puisse donner sans l'avoir, et c'est en le donnant qu'on l'acquiert." Voltaire
Image
epsilon9f
Lézard à collerette
Messages : 215
Inscription : 29 sept. 2007, 19:29

Re: Position Barre Onglets

Message par epsilon9f »

Re Bob49,

Ok je vais donc voir sur son sujet
Merci

Je vien d'essayer son code ,

Code : Tout sélectionner

/******* à partir de Fx65 *******/
/*========================================*/
/*========= barre ONGLET dessous =========*/
#titlebar { -moz-box-ordinal-group: 3 !important; 
}
/*** réduire l'espace avec barre perso ***/

/* règle en fenêtre maxi utile seulement pour windows */
#main-window[tabsintitlebar][sizemode="maximized"] > #navigator-toolbox > #titlebar {
  -moz-appearance: -moz-window-titlebar !important;
}

/*#main-window[tabsintitlebar][sizemode="normal"] > #navigator-toolbox > #titlebar {
   margin-top: -0px;
}
*/

:root[extradragspace][tabsintitlebar]:not([inFullscreen]) {
	--space-above-tabbar: -10px !important;
}




/*** ajuster position verticale barre d'outils ***/
#main-window[tabsintitlebar][sizemode="maximized"] > #navigator-toolbox {
  margin-top: 10px !important; 
}

#main-window[tabsintitlebar][sizemode="normal"] > #navigator-toolbox {
  margin-top: 20px; 
}


/*** décaler barre navigation horizontalement pour visualiser boutons fenêtre ***/
#main-window[tabsintitlebar][sizemode="maximized"] #nav-bar {
  margin-right: 105px;
}

/*** déplacer décalage de la barre d'onglets pour l'espace des boutons fenêtre  ***/
/*sans thème (fenêtre redimentionnable)*/
#main-window[tabsintitlebar][sizemode="normal"]> #navigator-toolbox:not(:-moz-lwtheme) > #titlebar  .titlebar-buttonbox-container{
  display: none
}
/*avec thème*/
#main-window[tabsintitlebar][sizemode="normal"]> #navigator-toolbox:-moz-lwtheme > #titlebar  .titlebar-buttonbox-container{
  position: fixed !important; 
  top: 0; right: 0; margin-top: -15px; 
}

/* (fenêtre maxi) */
#main-window[tabsintitlebar][sizemode="maximized"] > #navigator-toolbox > #titlebar .titlebar-buttonbox-container{
  position: fixed !important; top: 0; right: 0; margin-top: -5px;
}


/*** ajuster position horizontale barre d'onglets ***/
#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[inactive="true"] + #TabsToolbar {
  margin-right: -40px; 
}

#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[inactive="true"] + #TabsToolbar {
  margin-left: -40px; margin-right: -40px; 
}

/*========= FIN barre onglet dessous =========*/

cela ne passe pas...

La barre d'onglet reste en haut sous le menu ...
Voir cette capture :

Image
epsilon9f
Lézard à collerette
Messages : 215
Inscription : 29 sept. 2007, 19:29

Re: [Resolu] Position Barre Onglets

Message par epsilon9f »

Sujet Résolu.

Voir le sujet :viewtopic.php?f=5&t=135747#p880555
Répondre

Qui est en ligne ?

Utilisateurs parcourant ce forum : Bing [Bot] et 25 invités