зеркало из https://github.com/mozilla/gecko-dev.git
Bug 640307 - Stack notifications over browser elements. r=mfinkle
This commit is contained in:
Родитель
d1c4416fdf
Коммит
dd139f80ed
|
@ -13,13 +13,15 @@
|
|||
|
||||
<binding id="stacked-notificationbox" extends="chrome://global/content/bindings/notification.xml#notificationbox">
|
||||
<content>
|
||||
<xul:stack xbl:inherits="hidden=notificationshidden">
|
||||
<xul:spacer/>
|
||||
<children includes="notification"/>
|
||||
</xul:stack>
|
||||
<xul:stack flex="1">
|
||||
<children/>
|
||||
<html:div flex="1" class="input-overlay" anonid="input-overlay"/>
|
||||
<xul:stack>
|
||||
<xul:stack top="0">
|
||||
<children/>
|
||||
<html:div flex="1" class="input-overlay" anonid="input-overlay"/>
|
||||
</xul:stack>
|
||||
<xul:stack top="0" xbl:inherits="hidden=notificationshidden">
|
||||
<xul:spacer/>
|
||||
<children includes="notification"/>
|
||||
</xul:stack>
|
||||
</xul:stack>
|
||||
</content>
|
||||
<implementation>
|
||||
|
|
Загрузка…
Ссылка в новой задаче