buddypress/bp-friends/css/structure.css
Andy Peatling 3c0acce027 - Added group directory to browse newest groups, groups by letter and search all groups. Also shows featured groups in the sidebar.
- Changed buttons from images to background images and text to provide better translation options
- Modified member theme to re-use get_header() and get_footer() - custom themes will need to be updated
- Fixed bug with wp_redirect() and bp_core_do_catch_uri() clashing

git-svn-id: https://buddypress.svn.wordpress.org/trunk@580 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2008-11-26 22:49:51 +00:00

28 lines
No EOL
510 B
CSS

/*
Basic layout structure styles for BuddyPress Friends. Formats BuddyPress friend pages within any WordPress theme.
No colors, fonts or pretty stuff.
These structure styles can be overridden by the theme CSS file if needed.
*/
#predefined-lists {
margin: 1em 1.2em 0 0;
}
#predefined-lists li {
padding: 0.25em 0;
}
.left-menu img#ajax-loader {
position: absolute;
right: 0;
top: 7px;
}
#friend-list .friendship-button {
margin-top: -1.5em;
}
.left-menu .friendship-button {
margin-top: 1em;
}