mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Pale Moon: Fix positioning of caption buttons in application-drawn titlebar
This commit is contained in:
parent
5ffd703f79
commit
7013acc5bb
2 changed files with 7 additions and 0 deletions
|
|
@ -334,7 +334,9 @@
|
||||||
</button>
|
</button>
|
||||||
</hbox>
|
</hbox>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef XP_MACOSX
|
||||||
<spacer id="titlebar-spacer" flex="1"/>
|
<spacer id="titlebar-spacer" flex="1"/>
|
||||||
|
#endif
|
||||||
<hbox id="titlebar-buttonbox-container" align="start">
|
<hbox id="titlebar-buttonbox-container" align="start">
|
||||||
<hbox id="titlebar-buttonbox">
|
<hbox id="titlebar-buttonbox">
|
||||||
<toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/>
|
<toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/>
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,11 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#titlebar-buttonbox-container {
|
||||||
|
margin-left: 7px;
|
||||||
|
margin-top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ::::: bookmark toolbar ::::: */
|
/* ::::: bookmark toolbar ::::: */
|
||||||
|
|
||||||
#personal-bookmarks {
|
#personal-bookmarks {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue