- Desactivar la barra superior en la parte pública

- Arreglo estético en el perfil del usuario (barra lateral no cabe en el ancho de la web).

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@87 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-08 16:50:40 +00:00
parent 4951e008bf
commit 41d53975c7
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,9 @@ if (bp_is_active('dedications')) :
define("BP_DEFAULT_COMPONENT","dedications");
endif;
// No ver mostrar de buddypress excepto para el tablero
if (!is_admin() ) define( 'BP_DISABLE_ADMIN_BAR', true );
$countries_array = array(
'AF' => 'Afghanistan',
'AX' => 'Aland Islands',

View File

@ -115,6 +115,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
#content.dedication-profile {
width: 77.25%;
padding-right: 0;
}