Fix display of dialog titles in IE6
This commit is contained in:
parent
20cd3a97f2
commit
af6bd860a9
1 changed files with 4 additions and 0 deletions
|
@ -58,3 +58,7 @@ html #calendartoolbar a.buttonPas {
|
|||
#schedule-freebusy-times td.all-out-of-office {
|
||||
background-image: url('images/freebusy-colors.gif');
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
width: expression((parseInt(this.parentNode.offsetWidth)-26)+'px');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue