aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/group_side.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-13 18:28:11 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-13 18:28:11 +0200
commit615cd53e51a2ae121846771a9a1ef2ce22550be3 (patch)
tree7b18bdc458d25145ab6a92cb34f417ce601a8352 /view/theme/diabook/group_side.tpl
parent11ba88b6d21a40c302d21646dfa9366bb393931d (diff)
downloadvolse-hubzilla-615cd53e51a2ae121846771a9a1ef2ce22550be3.tar.gz
volse-hubzilla-615cd53e51a2ae121846771a9a1ef2ce22550be3.tar.bz2
volse-hubzilla-615cd53e51a2ae121846771a9a1ef2ce22550be3.zip
diabook-themes: small fixes
Diffstat (limited to 'view/theme/diabook/group_side.tpl')
-rwxr-xr-xview/theme/diabook/group_side.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/diabook/group_side.tpl b/view/theme/diabook/group_side.tpl
index af183d04d..642019049 100755
--- a/view/theme/diabook/group_side.tpl
+++ b/view/theme/diabook/group_side.tpl
@@ -1,18 +1,18 @@
-<div id="group-sidebar" class="widget">
- <div class="title tool">
- <h3 class="label">$title</h3>
- <a href="group/new" title="$createtext" class="action"><span class="icon text s16 add"></span></a>
+<div id="profile_side" >
+ <div class="">
+ <h3 style="margin-left: 2px;">$title<a href="group/new" title="$createtext" class="icon text_add"></a></h3>
</div>
<div id="sidebar-group-list">
- <ul>
+ <ul class="menu-profile-side">
{{ for $groups as $group }}
- <li class="tool {{ if $group.selected }}selected{{ endif }}">
- <a href="$group.href" class="label">
+ <li class="menu-profile-list">
+ <span class="menu-profile-icon {{ if $group.selected }}group_selected{{else}}group_unselected{{ endif }}"></span>
+ <a href="$group.href" class="menu-profile-list-item">
$group.text
</a>
{{ if $group.edit }}
- <a href="$group.edit.href" class="action"><span class="icon text s10 edit"></span></a>
+ <a href="$group.edit.href" class="action"><span class="icon text_edit" ></span></a>
{{ endif }}
{{ if $group.cid }}
<input type="checkbox"