*** empty log message ***
SVN revision: 1208
This commit is contained in:
@@ -192,6 +192,7 @@ td {
|
||||
border-right:1px solid black;
|
||||
background-color:#486090;
|
||||
text-align:right;
|
||||
width:100px;
|
||||
}
|
||||
|
||||
/* main menu row */
|
||||
@@ -360,6 +361,22 @@ td {
|
||||
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 */
|
||||
.bytes {
|
||||
font-family:'lucida console',courier,monospace;
|
||||
|
||||
Reference in New Issue
Block a user