forked from extern/egroupware
Fix attachments box in mail preview for F.F
This commit is contained in:
parent
01319d2704
commit
31c7420861
@ -525,7 +525,7 @@ div.mail-compose_fileselector {
|
||||
}
|
||||
#mail-index_previewAttachmentArea {
|
||||
background-color:#f0f0f0;
|
||||
max-height: 1.6em;
|
||||
max-height: 3.6em;
|
||||
max-width: 50%;
|
||||
overflow:scroll;
|
||||
overflow-x:hidden;
|
||||
@ -534,6 +534,7 @@ div.mail-compose_fileselector {
|
||||
-moz-opacity:1;
|
||||
filter: Alpha(opacity=100);
|
||||
display: inline-block !important;
|
||||
width:100%;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
#mail-index_previewAttachmentArea.noContent {
|
||||
|
@ -525,7 +525,7 @@ div.mail-compose_fileselector {
|
||||
}
|
||||
#mail-index_previewAttachmentArea {
|
||||
background-color: #f0f0f0;
|
||||
max-height: 1.6em;
|
||||
max-height: 3.6em;
|
||||
max-width: 50%;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
@ -534,6 +534,7 @@ div.mail-compose_fileselector {
|
||||
-moz-opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
display: inline-block !important;
|
||||
width: 100%;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
#mail-index_previewAttachmentArea.noContent {
|
||||
|
Loading…
Reference in New Issue
Block a user