diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_connections.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 | ||||
-rwxr-xr-x | view/tpl/group_side.tpl | 5 |
3 files changed, 2 insertions, 6 deletions
diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css index c2f6eeff0..978d81bc1 100644 --- a/view/css/mod_connections.css +++ b/view/css/mod_connections.css @@ -3,7 +3,7 @@ color: #000; } .abook-them { - margin-left: 225px; + margin-left: 375px; margin-bottom: 15px; } .abook-me { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index cd0842683..33e89d3f2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1834,6 +1834,7 @@ a.mail-list-link { border-radius: $radiuspx; padding: 5px; font-weight: bold; + clear: both; } diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index ebc820530..d2d8a77e2 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -23,11 +23,6 @@ <div id="sidebar-new-group"> <a href="group/new">{{$createtext}}</a> </div> - {{if $ungrouped}} - <div id="sidebar-ungrouped"> - <a href="nogroup">{{$ungrouped}}</a> - </div> - {{/if}} </div> |