From 44477397024df511b5b72fdace60978dd7816fb6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 24 May 2011 20:03:30 -0700 Subject: [PATCH] attachment icons --- images/content-types.gif | Bin 0 -> 384 bytes view/theme/dispy/style.css | 14 ++++++++++++++ view/theme/duepuntozero/style.css | 12 ++++++++++++ view/theme/loozah/style.css | 12 ++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 images/content-types.gif diff --git a/images/content-types.gif b/images/content-types.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b8cc7fc3ce29419008175b2d7f790ed1b3a1c96 GIT binary patch literal 384 zcmV-`0e}8SNk%v~VPpUo0Kx?T000000RR600RI60fPjGi|NsC0|NsC0EC2ui0Av6c z000C22)f+w%5 zNc=rCMc-{U@oQz#{Z(qe!`i=K$p0k}@V z#=M9`02a7Nk`^69+2lnd$1LQWkt8uzgUE~BhG8xpW{fGbp39W5SU&t&v82hI;rsvv eiIir>kUD8~oJzH-)vH*uKGDjxYQPH#0029QzPHQ( literal 0 HcmV?d00001 diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index b7c41c89..9ef5df0c 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -804,6 +804,20 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} .video { background-position: -110px -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 */ diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 176fc0fd..c639f157 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2423,3 +2423,15 @@ a.mail-list-link { .unlock { background-position: -32px -32px;} .video { background-position: -48px -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; } + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d1a0019c..f5bc4b3c 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2440,3 +2440,15 @@ a.mail-list-link { .unlock { background-position: -32px -32px;} .video { background-position: -48px -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; } +