diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 9 |
1 files 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 { |