*** empty log message ***

SVN revision: 1208
This commit is contained in:
Stefan Ritt 2005-02-15 18:56:00 +00:00
parent 8c0c8eae12
commit 213ccaaae0

View File

@ -192,6 +192,7 @@ td {
border-right:1px solid black; border-right:1px solid black;
background-color:#486090; background-color:#486090;
text-align:right; text-align:right;
width:100px;
} }
/* main menu row */ /* main menu row */
@ -360,6 +361,22 @@ td {
font-size:10pt; font-size:10pt;
} }
/* frame around attachments */
.attachmentframe {
border:1px solid grey;
border-top:1px solid lightgrey;
border-left:1px solid lightgrey;
background-color:white;
padding:5px;
}
/* maximal attachment img width */
.attachmentframe img {
max-width:100%;
}
/* attachment size */ /* attachment size */
.bytes { .bytes {
font-family:'lucida console',courier,monospace; font-family:'lucida console',courier,monospace;