1
0
Fork 0

attachment display

This commit is contained in:
Friendika 2011-05-24 20:41:29 -07:00
commit 87de839974
5 changed files with 46 additions and 4 deletions

View file

@ -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');
}

View file

@ -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');
}

View file

@ -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');
}