Tarea #984 -> Cambiar los iconos de las pestañas superiores
Tarea #987 -> Los avatares de administrador de grupos en los foros son muy pequeños, habría que hacerlo un poco más grandes git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@103 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
a1820805ab
commit
5ea2f583e1
@ -35,7 +35,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="<?php bp_group_member_domain(); ?>">
|
<a href="<?php bp_group_member_domain(); ?>">
|
||||||
|
|
||||||
<?php bp_group_member_avatar_thumb(); ?>
|
<?php bp_group_member_avatar(); ?>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -55,9 +55,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<div class="clear"></div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
<div class="clear"></div>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 30 KiB |
@ -167,25 +167,25 @@ ul.navmenu li a span {
|
|||||||
|
|
||||||
ul.navmenu li a.friends {
|
ul.navmenu li a.friends {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: 0px -255px;
|
background-position: 0px -270px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.friends:hover {
|
ul.navmenu li a.friends:hover {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: -52px -255px;
|
background-position: -51px -270px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.groups {
|
ul.navmenu li a.groups {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: 0px -85px;
|
background-position: 0px -180px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.groups:hover {
|
ul.navmenu li a.groups:hover {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: -52px -85px;
|
background-position: -51px -180px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -197,31 +197,31 @@ ul.navmenu li a.events {
|
|||||||
|
|
||||||
ul.navmenu li a.events:hover {
|
ul.navmenu li a.events:hover {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: -52px 0px;
|
background-position: -51px 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.profile {
|
ul.navmenu li a.profile {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: 0px -170px;
|
background-position: 0px -90px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.profile:hover {
|
ul.navmenu li a.profile:hover {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: -52px -170px;
|
background-position: -51px -90px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.logout {
|
ul.navmenu li a.logout {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: 0px -170px;
|
background-position: 0px -372px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.navmenu li a.logout:hover {
|
ul.navmenu li a.logout:hover {
|
||||||
background-image: url(lib/images/icons.png);
|
background-image: url(lib/images/icons.png);
|
||||||
background-position: -52px -170px;
|
background-position: -53px -372px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1235,8 +1235,8 @@ h3.comments {
|
|||||||
.messages.bp-wrapper .avatar,
|
.messages.bp-wrapper .avatar,
|
||||||
.bp-wrapper .thread-avatar .avatar,
|
.bp-wrapper .thread-avatar .avatar,
|
||||||
.item-list li .avatar {
|
.item-list li .avatar {
|
||||||
width: 50px;
|
width: 150px;
|
||||||
height: 50px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity-comments .avatar,
|
.activity-comments .avatar,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user