aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-24 21:04:59 -0700
committerFriendika <info@friendika.com>2011-05-24 21:04:59 -0700
commiteb152fdc24302ead9baf8e82d551084128162715 (patch)
treeaa1a690c0252c92ad53df9450b1825112474739b
parent20a1500c25aecb8286432426a7e99a172a6e0553 (diff)
downloadvolse-hubzilla-eb152fdc24302ead9baf8e82d551084128162715.tar.gz
volse-hubzilla-eb152fdc24302ead9baf8e82d551084128162715.tar.bz2
volse-hubzilla-eb152fdc24302ead9baf8e82d551084128162715.zip
more position tweaks on attach icons
-rw-r--r--view/theme/duepuntozero/style.css4
-rw-r--r--view/theme/loozah/style.css5
2 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 66fef4c3e..79a298d43 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2430,8 +2430,8 @@ a.mail-list-link {
background-image: url('../../../images/content-types.gif');
}
-.attachlink {
- margin: 10px 10px 0px 0px;
+.body-attach {
+ margin-top: 10px;
}
.type-video { background-position: 0px; 0px; }
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 10e252f87..8397ba346 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2446,8 +2446,9 @@ a.mail-list-link {
float: left;
background-image: url('../../../images/content-types.gif');
}
-.attachlink {
- margin: 10px 10px 0px 0px;
+
+.body-attach {
+ margin-top: 10px;
}
.type-video { background-position: 0px; 0px; }