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;