cleanup content type icons
This commit is contained in:
parent
3710a6fd07
commit
61b730d567
4 changed files with 3 additions and 3 deletions
BIN
images/content-types.png
Normal file
BIN
images/content-types.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 801 B |
|
@ -814,7 +814,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
|||
|
||||
.attachtype {
|
||||
display: block; width: 20px; height: 23px;
|
||||
background-image: url('../../../images/content-types.gif');
|
||||
background-image: url('../../../images/content-types.png');
|
||||
}
|
||||
|
||||
.type-video { background-position: 0px; 0px; }
|
||||
|
|
|
@ -2434,7 +2434,7 @@ a.mail-list-link {
|
|||
.attachtype {
|
||||
display: block; width: 20px; height: 23px;
|
||||
float: left;
|
||||
background-image: url('../../../images/content-types.gif');
|
||||
background-image: url('../../../images/content-types.png');
|
||||
}
|
||||
|
||||
.body-attach {
|
||||
|
|
|
@ -2450,7 +2450,7 @@ a.mail-list-link {
|
|||
.attachtype {
|
||||
display: block; width: 20px; height: 23px;
|
||||
float: left;
|
||||
background-image: url('../../../images/content-types.gif');
|
||||
background-image: url('../../../images/content-types.png');
|
||||
}
|
||||
|
||||
.body-attach {
|
||||
|
|
Loading…
Reference in a new issue