aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/icons.less
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-02-15 03:51:44 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-02-15 03:51:44 -0800
commit16f00cb73b4d9acbe15e636b3ab69f81c793a6c7 (patch)
tree3295a7a41dcff773ecec457c62d8408eb31a396c /view/theme/quattro/icons.less
parent07ca8d6574cc8b7f582bc55551290bf5f88ba8e2 (diff)
parent73bee08ac2ce4e89ab365d23f431f5e0c465abd6 (diff)
downloadvolse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.gz
volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.bz2
volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.zip
Merge pull request #36 from fabrixxm/master
Missing icons in 'quattro' and ajax events calendar
Diffstat (limited to 'view/theme/quattro/icons.less')
-rwxr-xr-xview/theme/quattro/icons.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less
index f87327703..e314fba1f 100755
--- a/view/theme/quattro/icons.less
+++ b/view/theme/quattro/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"); }
}