diff options
author | Friendika <info@friendika.com> | 2011-05-24 21:04:59 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 21:04:59 -0700 |
commit | eb152fdc24302ead9baf8e82d551084128162715 (patch) | |
tree | aa1a690c0252c92ad53df9450b1825112474739b /view/theme | |
parent | 20a1500c25aecb8286432426a7e99a172a6e0553 (diff) | |
download | volse-hubzilla-eb152fdc24302ead9baf8e82d551084128162715.tar.gz volse-hubzilla-eb152fdc24302ead9baf8e82d551084128162715.tar.bz2 volse-hubzilla-eb152fdc24302ead9baf8e82d551084128162715.zip |
more position tweaks on attach icons
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 5 |
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; } |