Bug 640307 - Stack notifications over browser elements. r=mfinkle

This commit is contained in:
Wes Johnston 2011-05-31 13:36:40 -07:00
Родитель d1c4416fdf
Коммит dd139f80ed
1 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -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>