From eb152fdc24302ead9baf8e82d551084128162715 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 24 May 2011 21:04:59 -0700 Subject: [PATCH] more position tweaks on attach icons --- view/theme/duepuntozero/style.css | 4 ++-- 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 66fef4c3ed..79a298d433 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 10e252f873..8397ba3461 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; }