aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorroot <root@zebra411.server4you.de>2012-02-19 22:47:32 +0100
committerroot <root@zebra411.server4you.de>2012-02-19 22:47:32 +0100
commitb6d7777226517dc22745bc3d78b827b0175bcb16 (patch)
tree2c9bee55b9d0364f0f1dd3c2095a806d67119dae /view/theme
parent064c843119576c1345a61a531dfaa1076a54f3f0 (diff)
downloadvolse-hubzilla-b6d7777226517dc22745bc3d78b827b0175bcb16.tar.gz
volse-hubzilla-b6d7777226517dc22745bc3d78b827b0175bcb16.tar.bz2
volse-hubzilla-b6d7777226517dc22745bc3d78b827b0175bcb16.zip
New version of markdown. Playing with stylesheet. Testing line breaks.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/vier/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index a9ff22f78..258a69cb5 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -122,6 +122,17 @@
.next { background-position: -110px -60px;}
.tagged { background-position: -130px -60px;}
+.attachtype {
+ display: block; width: 20px; height: 23px;
+ background-image: url('../../../images/content-types.png');
+}
+
+.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; }
+
.icon.drop, .icon.drophide {
float: left;
}