Fix attachments box in mail preview for F.F

This commit is contained in:
Hadi Nategh 2015-01-13 13:44:37 +00:00
parent 01319d2704
commit 31c7420861
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {