]> git.mxchange.org Git - friendica.git/commitdiff
better margins
authorFriendika <info@friendika.com>
Wed, 25 May 2011 03:56:49 +0000 (20:56 -0700)
committerFriendika <info@friendika.com>
Wed, 25 May 2011 03:56:49 +0000 (20:56 -0700)
boot.php
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index 3f28edc30639ece95ab9dcb20d10f23ef46bc917..7fe97a8759a119dbe216596cbc55be99a22fb578 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -2569,7 +2569,7 @@ function prepare_body($item,$attach = false) {
                                $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1]));
                                $title .= ' ' . $matches[2] . ' ' . t('bytes');
 
-                               $s .= '<a href="' . strip_tags($matches[1]) . '" title="' . $title . '" >' . $icon . '</a>';
+                               $s .= '<a href="' . strip_tags($matches[1]) . '" title="' . $title . '"  class="attachlink" >' . $icon . '</a>';
                        }
                }
        }
index 2cfa885a90d5d4228950a76f557077a6341f410e..66fef4c3ed68a6861caf6d10daccf72057fcbe47 100644 (file)
@@ -2430,6 +2430,10 @@ a.mail-list-link {
        background-image: url('../../../images/content-types.gif');
 }
 
+.attachlink {
+       margin: 10px 10px 0px 0px;
+}
+
 .type-video { background-position: 0px; 0px; }
 .type-image { background-position: -20px; 0px; }
 .type-audio { background-position: -40px; 0px; }
index 753998347c52d110857718292325721c84ff10bf..10e252f873c0e0cefb4fd14551e560ec9aa8b4a6 100644 (file)
@@ -2446,6 +2446,9 @@ a.mail-list-link {
        float: left;
        background-image: url('../../../images/content-types.gif');
 }
+.attachlink {
+       margin: 10px 10px 0px 0px;
+}
 
 .type-video { background-position: 0px; 0px; }
 .type-image { background-position: -20px; 0px; }