finetuning regarding the position of the attachmentDIV area

This commit is contained in:
Klaus Leithoff 2012-07-09 12:10:43 +00:00
parent 33951d8197
commit 13920f148a
3 changed files with 23 additions and 1 deletions

View File

@ -415,6 +415,17 @@ DIV.divButton {
}
#attachmentDIV {
position:fixed;
background-color:#efefdf;
bottom:0px;
min-height:80px;
max-height:239px;
width:100%;
border-top: 1px solid silver;
overflow:auto;
}
#popupattachmentDIV {
position:top;
background-color:#efefdf;
bottom:0px;

View File

@ -6,7 +6,7 @@ self.focus();
<div style="border: 0px solid green; margin:0px; padding:0px; left:0px; background-color:#ffffff; min-height:20px;width:100%;font-weight:bold;text-align:left;line-height:20px;">
<span id="subjectDATA" style="padding-left:2px; font-size: 110%;">{subject_data}</span>
</div>
<div id="attachmentDIV" style="border: 0px solid green; margin:0px; padding:0px; left:0px;">
<div id="popupattachmentDIV" style="border: 0px solid green; margin:0px; padding:0px; left:0px;>
<table border="0" width="100%" cellspacing="0">
{attachment_rows}
</table>

View File

@ -442,6 +442,17 @@ DIV.divButton {
}
#attachmentDIV {
position:fixed;
background-color:#efefdf;
bottom:0px;
min-height:80px;
max-height:239px;
width:100%;
border-top: 1px solid silver;
overflow:auto;
}
#popupattachmentDIV {
position:top;
background-color:#efefdf;
bottom:0px;