From: Friendika Date: Wed, 25 May 2011 04:04:59 +0000 (-0700) Subject: more position tweaks on attach icons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb152fdc24302ead9baf8e82d551084128162715;p=friendica.git more position tweaks on attach icons --- 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; }