Bug 517455: close button in dialogs is not sized as it should [r=mark.finkle]

This commit is contained in:
Fabrice Desré 2009-09-18 10:05:53 -04:00
Родитель bb6990b3a8
Коммит e204052b7f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@
<xul:box xbl:inherits="orient" class="dialog-dark" align="center">
<children/>
</xul:box>
<xul:image collapsed="true" top="-10" anonid="close" class="close-button"
<xul:image collapsed="true" top="-10" left="0" anonid="close" class="close-button"
onclick="document.getBindingParent(this).close()"/>
</xul:stack>
</content>