- 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:
parent
4951e008bf
commit
41d53975c7
@ -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',
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user