Tarea #1040 -> Arreglos estéticos en los grupos (avatares, comentarios)
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@137 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
538d0d0bbb
commit
8e587be83a
@ -301,7 +301,7 @@ border-bottom: 1px solid #d8d8d8;
|
||||
.bp-wrapper .item-list .activity-content,
|
||||
.bp-wrapper .post-content,
|
||||
.widget ul.item-list .item {
|
||||
margin-left: 50px;
|
||||
margin-left: 60px;
|
||||
}
|
||||
.rtl.bp-wrapper ul.item-list .item,
|
||||
.rtl.bp-wrapper li .admin-links,
|
||||
@ -327,7 +327,9 @@ margin-right: 25px;
|
||||
}
|
||||
.bp-wrapper .item-list .avatar,
|
||||
.bp-wrapper .activity-comments form div.ac-reply-avatar {
|
||||
float: left;
|
||||
float: left;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
.rtl.bp-wrapper .item-list .avatar,
|
||||
.rtl.bp-wrapper .activity-comments form div.ac-reply-avatar {
|
||||
@ -387,6 +389,10 @@ padding-left: 10px;
|
||||
margin-left: 50px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.bp-wrapper div.activity-comments form div.ac-reply-content {
|
||||
margin-left: 80px;
|
||||
}
|
||||
|
||||
.rtl.bp-wrapper #whats-new-content,
|
||||
.rtl.bp-wrapper div.activity-comments form div.ac-reply-content {
|
||||
padding-left: 0;
|
||||
@ -418,7 +424,7 @@ margin-top: 5px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.bp-wrapper div.activity-comments ul {
|
||||
padding-left: 15px;
|
||||
padding-left: 50px;
|
||||
}
|
||||
.rtl.bp-wrapper div.activity-comments ul {
|
||||
padding-left: 0;
|
||||
@ -438,7 +444,7 @@ float: left;
|
||||
float: right;
|
||||
}
|
||||
.bp-wrapper div.activity-comments div.acomment-content {
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
margin-left: 29px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
@ -484,7 +490,7 @@ line-height: 0;
|
||||
float: right;
|
||||
}
|
||||
.bp-wrapper div.activity-comments div.acomment-meta {
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
}
|
||||
.messages.bp-wrapper .avatar,
|
||||
@ -509,8 +515,8 @@ margin-right: 0;
|
||||
.ac-reply-avatar img.avatar,
|
||||
.bp-wrapper .item-list li ul li img.avatar {
|
||||
float: left;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.rtl.ac-reply-avatar img.avatar,
|
||||
@ -661,7 +667,6 @@ padding: 0 3px;
|
||||
.bp-wrapper .item-list .acomment-options,
|
||||
.bp-wrapper div.activity-meta {
|
||||
clear: none;
|
||||
height: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
.bp-wrapper .accepted,
|
||||
|
||||
@ -679,7 +679,7 @@ ul.navmenu li a.logout:hover {
|
||||
line-height: 14px;
|
||||
font-weight: bold;
|
||||
padding: 5px 0;
|
||||
width: 95%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Sidebarposts widget */
|
||||
@ -808,7 +808,7 @@ ul.navmenu li a.logout:hover {
|
||||
|
||||
.widget.top_members .post-loop {
|
||||
width: 100% !important;
|
||||
min-height: 150px;
|
||||
min-height: 130px;
|
||||
margin: 0;
|
||||
padding-bottom: 0;
|
||||
border: none;
|
||||
@ -1006,7 +1006,7 @@ input[type="submit"], input[type="reset"], input[type="button"], button,
|
||||
.bp-wrapper #content-wrapper #previous-next input,
|
||||
.bp-wrapper #content-wrapper #submit_topic_cancel,
|
||||
.bp-wrapper #content-wrapper .acomment-options a,
|
||||
.bp-wrapper #content-wrapper .activity-meta a:hover span,
|
||||
/*.bp-wrapper #content-wrapper .activity-meta a:hover span,*/
|
||||
a.button {
|
||||
font-size: 13px;
|
||||
font-weight: 800;
|
||||
@ -1022,6 +1022,19 @@ a.button {
|
||||
border: 1px solid #1E263A;
|
||||
}
|
||||
|
||||
.bp-wrapper #content-wrapper .activity-meta a.button,
|
||||
.bp-wrapper #content-wrapper .acomment-options a {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.bp-wrapper #content-wrapper .activity-meta a:hover span {
|
||||
padding: 0 3px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover,
|
||||
.bp-wrapper #content-wrapper .button:hover,
|
||||
.bp-wrapper #content-wrapper .button.submit:hover,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user