From 70cc000991e9271e01402580b3b60dd20ab86ab2 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Aug 2012 16:07:09 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#1036=20->=20Poner=2012=20amigos=20en?= =?UTF-8?q?=20la=20lista=20del=20perfil.=20Y=20un=20"see=20more"=20que=20m?= =?UTF-8?q?anda=20a=20la=20p=C3=A1gina=20de=20amigos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@130 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../buddypress-my-friends-widgets.php | 10 +++++++-- wp-content/themes/score/style-asong2u.css | 21 +++++++++++++++++-- 2 files changed, 27 insertions(+), 4 deletions(-) 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 ***************************/