The title bar text offset in the new dialogs is hard-coded. The change to follow moves this parameter to the style sheet, making it possible to use a skin to place a different-sized logo in the title bar. Specify the logo in the config file like this:
The title bar text offset in the new dialogs is hard-coded. The change to follow moves this parameter to the style sheet, making it possible to use a skin to place a different-sized logo in the title bar. Specify the logo in the config file like this:
xinha_config.iconList.dialogCaption = _editor_url + 'images/mylogo.gif';
and adjust the space to the left of the title in the skin:
.dialog h1 { padding-left: XXpx; }
Reported by wymsy, migrated from http://trac.xinha.org/ticket/1496