From 44d7c6aac3548e94e35aed87ba7c06b04f374fc2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 27 Sep 2011 22:03:07 -0700 Subject: [PATCH] connect button overlapping profile details --- view/theme/duepuntozero/style.css | 4 ++++ view/theme/loozah/style.css | 1 + 2 files changed, 5 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b0aa99a971..1bdd4a99fd 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -507,6 +507,10 @@ input#dfrn-url { margin-bottom: 30px; } +#profile-extra-links { + clear: both; +} + #profile-extra-links ul { list-style-type: none; padding: 0px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 9289c9354b..962d08fc07 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -406,6 +406,7 @@ nav { } #profile-extra-links { + clear: both; margin-top: 20px; margin-bottom: 20px; margin-left: 20px;