From 41a43f1282ee23db50c3c712bbd33aeb2b4d1867 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 3 Nov 2012 06:06:24 -0700 Subject: better icon alignments on posts --- view/theme/duepuntozero/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index d8fad071b..759ba922b 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -1092,7 +1092,7 @@ input#dfrn-url { .wall-item-like-buttons { float: left; - margin-right: 10px; +/* margin-right: 10px; */ /* padding-right: 10px; */ /* border-right: 2px solid #fff; */ } @@ -1100,6 +1100,12 @@ input#dfrn-url { .like-rotator { margin-left: 5px; } +.icon.dislike { + margin-left: 3px; +} +.icon.remote-link { + margin-left: 10px; +} .wall-item-like-buttons > a, .wall-item-like-buttons > img { @@ -1112,7 +1118,6 @@ input#dfrn-url { .wall-item-share-buttons { margin-left: 10px; - margin-right: 10px; } .editpost { -- cgit v1.2.3