Bug 1521295 - Remove XUL grid layout from security/manager/pki/resources/content/downloadcert.xul. r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D17062

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2019-01-22 20:51:29 +00:00
Родитель 8dedf81a2f
Коммит 35ede052b3
1 изменённых файлов: 6 добавлений и 14 удалений

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

@ -47,20 +47,12 @@
<vbox> <vbox>
<description>&downloadCert.message3;</description> <description>&downloadCert.message3;</description>
<separator/> <separator/>
<grid> <hbox>
<columns> <button id="viewC-button"
<column/> label="&downloadCert.viewCert.label;"
<column/> oncommand="viewCert();"/>
</columns> <description style="margin: 4px;">&downloadCert.viewCert.text;</description>
<rows> </hbox>
<row>
<button id="viewC-button"
label="&downloadCert.viewCert.label;"
oncommand="viewCert();"/>
<description style="margin: 4px;">&downloadCert.viewCert.text;</description>
</row>
</rows>
</grid>
</vbox> </vbox>
</dialog> </dialog>