attachment icons
This commit is contained in:
parent
e3d1ef8ef7
commit
4447739702
BIN
images/content-types.gif
Normal file
BIN
images/content-types.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 384 B |
|
@ -804,6 +804,20 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
.video { background-position: -110px -40px;}
|
.video { background-position: -110px -40px;}
|
||||||
.youtube { background-position: -130px -40px;}
|
.youtube { background-position: -130px -40px;}
|
||||||
|
|
||||||
|
|
||||||
|
.attachtype {
|
||||||
|
display: block; width: 20px; height: 23px;
|
||||||
|
background-image: url('../../../images/content-types.gif');
|
||||||
|
}
|
||||||
|
|
||||||
|
.type-video { background-position: 0px; 0px; }
|
||||||
|
.type-image { background-position: -20px; 0px; }
|
||||||
|
.type-audio { background-position: -40px; 0px; }
|
||||||
|
.type-text { background-position: -60px; 0px; }
|
||||||
|
.type-unkn { background-position: -80px; 0px; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* footer
|
* footer
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2423,3 +2423,15 @@ a.mail-list-link {
|
||||||
.unlock { background-position: -32px -32px;}
|
.unlock { background-position: -32px -32px;}
|
||||||
.video { background-position: -48px -32px;}
|
.video { background-position: -48px -32px;}
|
||||||
.youtube { background-position: -64px -32px;}
|
.youtube { background-position: -64px -32px;}
|
||||||
|
|
||||||
|
.attachtype {
|
||||||
|
display: block; width: 20px; height: 23px;
|
||||||
|
background-image: url('../../../images/content-types.gif');
|
||||||
|
}
|
||||||
|
|
||||||
|
.type-video { background-position: 0px; 0px; }
|
||||||
|
.type-image { background-position: -20px; 0px; }
|
||||||
|
.type-audio { background-position: -40px; 0px; }
|
||||||
|
.type-text { background-position: -60px; 0px; }
|
||||||
|
.type-unkn { background-position: -80px; 0px; }
|
||||||
|
|
||||||
|
|
|
@ -2440,3 +2440,15 @@ a.mail-list-link {
|
||||||
.unlock { background-position: -32px -32px;}
|
.unlock { background-position: -32px -32px;}
|
||||||
.video { background-position: -48px -32px;}
|
.video { background-position: -48px -32px;}
|
||||||
.youtube { background-position: -64px -32px;}
|
.youtube { background-position: -64px -32px;}
|
||||||
|
|
||||||
|
.attachtype {
|
||||||
|
display: block; width: 20px; height: 23px;
|
||||||
|
background-image: url('../../../images/content-types.gif');
|
||||||
|
}
|
||||||
|
|
||||||
|
.type-video { background-position: 0px; 0px; }
|
||||||
|
.type-image { background-position: -20px; 0px; }
|
||||||
|
.type-audio { background-position: -40px; 0px; }
|
||||||
|
.type-text { background-position: -60px; 0px; }
|
||||||
|
.type-unkn { background-position: -80px; 0px; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue