Improved CSS of headers of attached messages.

Monotone-Parent: 0942f75d4ff9b5111c95d1cd9bee0a65f57f888b
Monotone-Revision: 02a0c346903984d754efc6a1339191e14f2a9b9f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-24T19:59:46
maint-2.0.2
Francis Lachapelle 2012-08-24 19:59:46 +00:00
parent 6bf0a28c5c
commit 8d1303f41d
1 changed files with 21 additions and 4 deletions

View File

@ -629,16 +629,33 @@ TABLE.linked_attachment_meta
font-style: italic;
}
DIV.linked_attachment_body HR
{
border: 0px;
border-top: 1px solid #ddd;
}
DIV.bodyFields
{
background: #efefef;
font-family: serif;
margin: 0.5em;
background: #eee;
line-height: 1.5em;
margin: 0.5em 0px;
padding-bottom: 0.5em;
padding-top: 0.5em;
text-align: left;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
DIV.bodyFields SPAN.fieldName
{ font-weight: bold; }
{
float: left;
font-weight: bold;
padding-right: 1em;
text-align: right;
width: 9em;
}
DIV.bodyAdditionalFields
{