diff options
author | Michael <icarus@dabo.de> | 2012-02-25 11:00:35 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-25 11:00:35 +0100 |
commit | dccefb3c36cd6b4672871a6a378a916bcb9d9992 (patch) | |
tree | 11d616943059274db2a293f56dd830246e1a6c99 /view/theme/vier/icons.less | |
parent | 01301a616901c23687f5ca33f147af7e4ea67c25 (diff) | |
download | volse-hubzilla-dccefb3c36cd6b4672871a6a378a916bcb9d9992.tar.gz volse-hubzilla-dccefb3c36cd6b4672871a6a378a916bcb9d9992.tar.bz2 volse-hubzilla-dccefb3c36cd6b4672871a6a378a916bcb9d9992.zip |
"vier": The contacts are now working again. Line break before closing bbcodes removed.
Diffstat (limited to 'view/theme/vier/icons.less')
-rw-r--r-- | view/theme/vier/icons.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/vier/icons.less b/view/theme/vier/icons.less index f87327703..e314fba1f 100644 --- a/view/theme/vier/icons.less +++ b/view/theme/vier/icons.less @@ -13,6 +13,11 @@ &.link { background-image: url("../../../images/icons/@{size}/link.png"); } &.lock { background-image: url("../../../images/icons/@{size}/lock.png"); } &.unlock { background-image: url("../../../images/icons/@{size}/unlock.png"); } + &.type-unkn { background-image: url("../../../images/icons/@{size}/zip.png"); } + &.type-audio{ background-image: url("../../../images/icons/@{size}/audio.png"); } + &.type-video{ background-image: url("../../../images/icons/@{size}/video.png"); } + &.type-image{ background-image: url("../../../images/icons/@{size}/image.png"); } + &.type-text { background-image: url("../../../images/icons/@{size}/text.png"); } } |