diff options
author | Friendika <info@friendika.com> | 2011-05-24 20:03:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 20:03:30 -0700 |
commit | 44477397024df511b5b72fdace60978dd7816fb6 (patch) | |
tree | 0fee9ca7c0918d02a0e6a117cdf2230cd611b078 /view/theme/dispy | |
parent | e3d1ef8ef7c1be2a8588ec1709304f766b0c7607 (diff) | |
download | volse-hubzilla-44477397024df511b5b72fdace60978dd7816fb6.tar.gz volse-hubzilla-44477397024df511b5b72fdace60978dd7816fb6.tar.bz2 volse-hubzilla-44477397024df511b5b72fdace60978dd7816fb6.zip |
attachment icons
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index b7c41c89c..9ef5df0ce 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 */ |