buddypress/bp-groups/css/widget-groups.css
Andy Peatling 7b4eb3960a Removed blogs, groups and members directory from the home theme into the BuddyPress member theme. The directories now have their own templates and theme based CSS and provide much easier editing.
Moved the $bp global setup to a higher priority action - from the 'wp' action to the 'plugins_loaded' action. This stops occurrences where the $bp global was not defined yet.

git-svn-id: https://buddypress.svn.wordpress.org/trunk@1250 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2009-03-25 16:01:43 +00:00

22 lines
No EOL
429 B
CSS

.groups_widget_groups_list ul#groups-list {
margin: 15px 0 0 0;
padding: 0;
list-style: none;
}
.groups_widget_groups_list ul#groups-list li {
min-height: 60px;
}
.groups_widget_groups_list ul#groups-list li img.avatar {
float: left;
margin: 0 10px 0 0;
}
.groups_widget_groups_list ul#groups-list li span.activity {
font-size: 11px;
}
.groups_widget_groups_list img#ajax-loader-groups {
float: right;
}