window: safe destroy: make note more visible

by not using a smaller font size and using the pmx-hint class. Also
don't align to the middle, as everything else is left-aligned.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2021-12-13 09:25:13 +01:00 committed by Thomas Lamprecht
parent 79580cd0b6
commit cd7e37fa95

View File

@ -159,15 +159,12 @@ Ext.define('Proxmox.window.SafeDestroy', {
hidden: true, hidden: true,
layout: { layout: {
type: 'vbox', type: 'vbox',
align: 'middle',
}, },
height: 25,
items: [ items: [
{ {
xtype: 'component', xtype: 'component',
reference: 'noteCmp', reference: 'noteCmp',
width: '300px', userCls: 'pmx-hint',
style: 'font-size: smaller; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;',
}, },
], ],
}, },