fix a problem with the IFRAME height of the messagedisplay (if message is displayed in window)

This commit is contained in:
Klaus Leithoff 2010-06-15 09:33:38 +00:00
parent 323ced6205
commit 178f9599bc
2 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ DIV.divButton {
#messageIFRAME {
width:100%;
border:0px solid black;
height:100%;
height:99%;
}
#attachmentDIV {

View File

@ -522,7 +522,7 @@ DIV.divButton {
#messageIFRAME {
width:100%;
border:0px solid black;
height:100%;
height:99%;
}
#attachmentDIV {