Bug 678326 - Notification bar overlaps window chrome during fade in/out. r=enn

--HG--
extra : rebase_source : 98a102a7f00231dc1a11435c51d917b425d25369
This commit is contained in:
Dão Gottwald 2011-10-05 17:20:02 +02:00
Родитель a91349d126
Коммит d41e5626c9
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -12,7 +12,8 @@
<binding id="notificationbox">
<content>
<xul:stack xbl:inherits="hidden=notificationshidden">
<xul:stack xbl:inherits="hidden=notificationshidden"
class="notificationbox-stack">
<xul:spacer/>
<children includes="notification"/>
</xul:stack>

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

@ -191,6 +191,10 @@ notificationbox {
-moz-box-orient: vertical;
}
.notificationbox-stack {
overflow: -moz-hidden-unscrollable;
}
notification {
-moz-binding: url("chrome://global/content/bindings/notification.xml#notification");
-moz-transition: margin-top 300ms, opacity 300ms;