Improved messages attachments display in web interface

Monotone-Parent: d5f67d6e4d96fb56aedcbaef7a68bdf915d7ad8c
Monotone-Revision: b3a24e425f02d22903e826a50c1e2421ea43be6f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-05-05T21:16:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-05-05 21:16:11 +00:00
parent 43c54e6898
commit e812288063
2 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:label="OGo:label"
class="linked_attachment_frame"
class="linked_attachment_frame file"
>
<div class="linked_attachment_body">
<a var:href="pathToAttachment"

View File

@@ -514,14 +514,18 @@ TD.attachment_uplabel
DIV.linked_attachment_frame
{
border: 0px;
display: inline;
float: left;
clear: left;
margin: 0px;
margin-top: 10px;
padding: 5px;
/*background: #F0F0F0;*/
}
DIV.linked_attachment_frame.file
{ display: inline;
clear: none;
float: left; }
DIV.linked_attachment_body
{
border: 0px;
@@ -547,6 +551,7 @@ DIV.bodyFields
background: #efefef;
font-family: serif;
margin: 0.5em;
text-align: left;
}
DIV.bodyFields SPAN.fieldName
@@ -557,6 +562,10 @@ DIV.bodyAdditionalFields
background: #d4d0c8;
}
DIV.bodyMailContent
{ margin: 0.5em;
text-align: left; }
DIV[datatype~="additional"] > A.node > SPAN.nodeName
{ color: #777;
font-style: italic; }