attachment display
This commit is contained in:
parent
4447739702
commit
87de839974
5 changed files with 46 additions and 4 deletions
|
@ -807,6 +807,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
|||
|
||||
.attachtype {
|
||||
display: block; width: 20px; height: 23px;
|
||||
padding: 3px;
|
||||
background-image: url('../../../images/content-types.gif');
|
||||
}
|
||||
|
||||
|
|
|
@ -2426,6 +2426,8 @@ a.mail-list-link {
|
|||
|
||||
.attachtype {
|
||||
display: block; width: 20px; height: 23px;
|
||||
padding: 3px;
|
||||
float: left;
|
||||
background-image: url('../../../images/content-types.gif');
|
||||
}
|
||||
|
||||
|
|
|
@ -2443,6 +2443,8 @@ a.mail-list-link {
|
|||
|
||||
.attachtype {
|
||||
display: block; width: 20px; height: 23px;
|
||||
padding: 3px;
|
||||
float: left;
|
||||
background-image: url('../../../images/content-types.gif');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue