зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d190fc49b3
Коммит
eb2d964fdb
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче