Ticket #1496 (closed enhancement: fixed)
Make new dialogs title bar logo skinable
| Reported by: | wymsy | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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;
}
Change History
Note: See
TracTickets for help on using
tickets.
