Bug 608123: multiple popup notifications should stack vertically and be the same width, r=dtownsend, a=blocking

--HG--
extra : rebase_source : e5e8209de1dc142c74c554eaa765ef5abd13a433
This commit is contained in:
Gavin Sharp 2010-11-08 10:47:08 -05:00
Родитель d190fc49b3
Коммит eb2d964fdb
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -332,7 +332,8 @@
<menupopup id="placesContext"/>
<panel id="notification-popup" type="arrow" position="after_start" noautofocus="true" hidden="true"/>
<panel id="notification-popup" type="arrow" position="after_start"
noautofocus="true" hidden="true" orient="vertical"/>
<!-- Popup for site identity information -->
<panel id="identity-popup" position="after_start" hidden="true" noautofocus="true"

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

@ -423,7 +423,7 @@
<content align="start">
<xul:image class="popup-notification-icon"
xbl:inherits="popupid"/>
<xul:vbox>
<xul:vbox flex="1">
<xul:description class="popup-notification-description"
xbl:inherits="value=label"/>
<xul:spacer flex="1"/>