ui: minimally increase font-size of product title and version
Similar like we did for Proxmox VE's manager. The main title and version should stand a bit more out compared to simple nav/button texts. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
dc99315cf9
commit
fb1e7a86f4
|
@ -8,6 +8,11 @@ Ext.define('PBS.view.main.VersionInfo', {
|
||||||
version: false,
|
version: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
style: {
|
||||||
|
'font-size': '14px',
|
||||||
|
'line-height': '18px',
|
||||||
|
},
|
||||||
|
|
||||||
tpl: [
|
tpl: [
|
||||||
'Backup Server',
|
'Backup Server',
|
||||||
'<tpl if="version">',
|
'<tpl if="version">',
|
||||||
|
|
Loading…
Reference in New Issue