make the preview source richlistitem formatting look better

--HG--
extra : rebase_source : 274da6fef1093076324eab643af7749374736485
This commit is contained in:
Myk Melez 2009-06-04 00:44:07 -07:00
Родитель b62adc78b2
Коммит e3cb9c1e61
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -110,7 +110,7 @@
<stylesheet src="chrome://snowl/skin/sources.css"/>
</resources>
<content>
<xul:vbox>
<xul:vbox flex="1">
<xul:hbox flex="1" align="center">
<xul:image src="moz-icon://goat?size=16"
xbl:inherits="src=icon" height="16" width="16"/>
@ -125,7 +125,9 @@
<xul:menuseparator/>
</xul:menupopup>
</xul:menulist>
<xul:button label="&feedSubscribeNow;" id="subscribeButton"/>
<xul:hbox>
<xul:button label="Subscribe" id="subscribeButton"/>
</xul:hbox>
</xul:vbox>
</content>