Bug 882009 - Make the tabs toolbar margin respect the tabsintitlebar attribute. r=Gijs

--HG--
extra : rebase_source : 7771a93a0a1188163824e1ea95d95992044d90e5
This commit is contained in:
Dão Gottwald 2013-09-10 16:52:20 +02:00
parent 7266e7e5df
commit 9a258b46be

View File

@ -33,8 +33,8 @@
margin-top: 3px;
}
#main-window[chromehidden~="menubar"][sizemode="normal"] #toolbar-menubar ~ #TabsToolbar,
#main-window[sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] ~ #TabsToolbar {
#main-window[tabsintitlebar][sizemode="normal"][chromehidden~="menubar"] #toolbar-menubar ~ #TabsToolbar,
#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[autohide="true"][inactive] ~ #TabsToolbar {
margin-top: 15px;
}