mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user