From ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Dec 2011 16:33:53 -0800 Subject: dynamic group edit buttons --- view/theme/duepuntozero/group_side.tpl | 2 +- view/theme/duepuntozero/style.css | 6 +++++- view/theme/duepuntozero/theme.php | 24 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/group_side.tpl b/view/theme/duepuntozero/group_side.tpl index 8c4464560..0353b1d2c 100644 --- a/view/theme/duepuntozero/group_side.tpl +++ b/view/theme/duepuntozero/group_side.tpl @@ -13,7 +13,7 @@ /> {{ endif }} {{ if $group.edit }} - + {{ endif }} $group.text diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0f9999c3e..bc6cc8450 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1792,7 +1792,7 @@ a.mail-list-link { list-style-type: none; } -#sidebar-group-list .icon { +#sidebar-group-list .icon, #sidebar-group-list .iconspacer { display: inline-block; height: 12px; width: 12px; @@ -2766,6 +2766,10 @@ aside input[type='text'] { /** * ICONS */ +.iconspacer { + display: block; width: 16px; height: 16px; +} + .icon { display: block; width: 16px; height: 16px; background-image: url('../../../images/icons.png'); diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php index ebced7b9b..3e55b658a 100644 --- a/view/theme/duepuntozero/theme.php +++ b/view/theme/duepuntozero/theme.php @@ -1,2 +1,26 @@ theme_info = array(); + +$a->page['htmlhead'] .= <<< EOT + +EOT; -- cgit v1.2.3