]> git.mxchange.org Git - friendica.git/commitdiff
attachment icons
authorFriendika <info@friendika.com>
Wed, 25 May 2011 03:03:30 +0000 (20:03 -0700)
committerFriendika <info@friendika.com>
Wed, 25 May 2011 03:03:30 +0000 (20:03 -0700)
images/content-types.gif [new file with mode: 0644]
view/theme/dispy/style.css
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

diff --git a/images/content-types.gif b/images/content-types.gif
new file mode 100644 (file)
index 0000000..2b8cc7f
Binary files /dev/null and b/images/content-types.gif differ
index b7c41c89c3e0e5d2cf05efdf5a6fd34117283e53..9ef5df0ce9040464e9093b7a9dd5a56828fdae1c 100644 (file)
@@ -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
  */                                  
index 176fc0fd96d225bccfc3f4f44ce03bf155c20ef1..c639f15714736e6a9338ab2b8b7753416bcd4d51 100644 (file)
@@ -2423,3 +2423,15 @@ a.mail-list-link {
 .unlock { background-position: -32px -32px;}
 .video { background-position: -48px -32px;}
 .youtube { background-position: -64px -32px;}
+
+.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; }
+
index d1a0019cebfd35ecd24e5d6d93e939f61f452331..f5bc4b3c81d8760b395b53ada335621a8f55b8c8 100644 (file)
@@ -2440,3 +2440,15 @@ a.mail-list-link {
 .unlock { background-position: -32px -32px;}
 .video { background-position: -48px -32px;}
 .youtube { background-position: -64px -32px;}
+
+.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; }
+