From dd053ebe22553430dd8d89b68eb3e1a093f6d0eb Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 29 Apr 2011 10:40:58 +0200 Subject: [PATCH] fix icons in item toolbar and edit contact --- view/theme/duepuntozero/style.css | 7 +++++++ view/theme/loozah/style.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index beb89123b..a23f72987 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -990,6 +990,10 @@ input#dfrn-url { border-right: 2px solid #fff; } +.wall-item-like-buttons > a, +.wall-item-like-buttons > img { + float: left; +} .wall-item-like-buttons img { cursor: pointer; @@ -1445,6 +1449,9 @@ input#dfrn-url { #contact-edit-links { float: left; } +#contact-edit-links a { + float: left; +} #contact-edit-links img { margin-left: 20px; border: none; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 5d2f80622..f38b6e6d4 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1051,6 +1051,10 @@ input#dfrn-url { padding-right: 10px; border-right: 2px solid #fff; } +.wall-item-like-buttons > a, +.wall-item-like-buttons > img { + float: left; +} .wall-item-share-buttons { margin-left: 5px; @@ -1508,6 +1512,9 @@ padding: 5px 10px 0px; #contact-edit-links { float: left; } +#contact-edit-links a { + float: left; +} #contact-edit-links img { margin-left: 20px; border: none;