]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/style.css
Merge pull request #111 from fabrixxm/dispy
[friendica.git] / view / theme / dispy / style.css
index 3f22e28f40c121bf570a4108f98b523a4ea3a6f1..ea036f26a10acaa761a4302f38bfa63491e7fa80 100644 (file)
@@ -811,6 +811,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
  */