From 59525e1e321d4cdac668bfc79dd5de0962ab5f56 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 27 Sep 2011 05:24:26 -0700 Subject: restore privacy icons after theme upgrade --- view/theme/duepuntozero/wall_item.tpl | 2 +- view/theme/duepuntozero/wallwall_item.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index a4508b067..32820fb7c 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -16,7 +16,7 @@
- $lock + {{ if $lock }}{{ endif }}
$location
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index daad6ad14..58d5e16f6 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -21,7 +21,7 @@
- $lock + {{ if $lock }}{{ endif }}
$location
-- cgit v1.2.3 From 44d7c6aac3548e94e35aed87ba7c06b04f374fc2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 27 Sep 2011 22:03:07 -0700 Subject: connect button overlapping profile details --- view/theme/duepuntozero/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b0aa99a97..1bdd4a99f 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; -- cgit v1.2.3