diff --git a/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php b/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php index 9093735..d5e2888 100644 --- a/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php +++ b/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php @@ -49,7 +49,7 @@ if ( !function_exists( 'bp_core_install' ) ) { . 'My Friends' . $after_title; ?> - +
@@ -66,6 +66,9 @@ if ( !function_exists( 'bp_core_install' ) ) { + + + - +
@@ -96,6 +99,9 @@ if ( !function_exists( 'bp_core_install' ) ) {
+ 12) : ?> + +
diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index c88eb25..4fcc975 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -915,12 +915,13 @@ p.srp-widget-excerpt { #sidebar #my-friends-big-avatars.widget .avatar-block, #sidebar #my-friends-big-avatars.widget .avatar-link { width: 100%; - text-align: left; + text-align: center; } #sidebar #my-friends-big-avatars.widget .avatar-block a { display: inline-block; - width: 32%; + width: 60px; + height: 65px; } #sidebar #my-friends-big-avatars.widget .avatar-link { @@ -942,6 +943,22 @@ p.srp-widget-excerpt { height: 50px; } +#sidebar #my-friends-big-avatars.widget a.button { + background: none repeat scroll 0 0 #CCE6F5; + border: 1px solid #2C85C7; + color: #325670 !important; + display: inline-block; + padding: 6px 0; + text-align: center; + text-transform: none; + width: 100%; + font-size: 14px; + font-weight: bold; + margin-top: 10px; + border-radius: 0; + line-height: 14px; +} + /*************************** Page Navigation ***************************/