mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
- 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
28 lines
No EOL
510 B
CSS
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;
|
|
} |