mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
finetuning regarding the position of the attachmentDIV area
This commit is contained in:
parent
33951d8197
commit
13920f148a
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user