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; }