Add links to download one or all attachments

Also removed the contextual menu over file attachments and changed the
label color when moving over the file attachments.
This commit is contained in:
Francis Lachapelle
2013-12-20 15:37:01 -05:00
parent dc21c723f6
commit 5f369f201d
11 changed files with 172 additions and 74 deletions
+25 -5
View File
@@ -374,21 +374,21 @@ TR.mailer_listcell_regular TD A
}
/* mail viewer */
INPUT#editDraftButton
#editDraftButton
{
position: absolute;
top: 2.5em;
right: 1em;
}
INPUT#loadImagesButton
#loadImagesButton
{
position: absolute;
top: 2.5em;
right: 1em;
}
.popup INPUT#loadImagesButton
.popup #loadImagesButton
{
top: 9.0em;
right: 1em;
@@ -434,7 +434,8 @@ DIV.mailer_mailcontent TABLE
}
/* collapsable header */
TD.mailer_fieldname IMG
TD.mailer_fieldname IMG.collapse,
TD.mailer_fieldname IMG.expand
{ cursor: pointer;
padding-right: 5px; }
TD.mailer_fieldvalue SPAN.collapse
@@ -577,7 +578,7 @@ DIV.linked_attachment_meta
{
color: #444444;
border-width: 0;
padding: 2px;
padding: 2px 4px;
}
TABLE.linked_attachment_meta
@@ -585,6 +586,25 @@ TABLE.linked_attachment_meta
color: #444444;
}
.linked_attachment_body a:hover
{
text-decoration: none;
}
.linked_attachment_body a:hover .linked_attachment_meta
{
background-color: #9ABCD8;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.linked_attachment_body a:hover .muted
{
color: #fff !important;
}
DIV.linked_attachment_body HR
{
border: 0px;