From 87de83997499a380ef26d72acb6d5fd3df91e95b Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 24 May 2011 20:41:29 -0700 Subject: attachment display --- view/theme/dispy/style.css | 1 + view/theme/duepuntozero/style.css | 2 ++ view/theme/loozah/style.css | 2 ++ 3 files changed, 5 insertions(+) (limited to 'view/theme') diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 9ef5df0ce..a72f8c60c 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -807,6 +807,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} .attachtype { display: block; width: 20px; height: 23px; + padding: 3px; background-image: url('../../../images/content-types.gif'); } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c639f1571..485efec59 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2426,6 +2426,8 @@ a.mail-list-link { .attachtype { display: block; width: 20px; height: 23px; + padding: 3px; + float: left; background-image: url('../../../images/content-types.gif'); } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index f5bc4b3c8..c5358aad9 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2443,6 +2443,8 @@ a.mail-list-link { .attachtype { display: block; width: 20px; height: 23px; + padding: 3px; + float: left; background-image: url('../../../images/content-types.gif'); } -- cgit v1.2.3