quattro: support threaded comments

This commit is contained in:
Fabrixxm 2012-08-05 16:55:20 -04:00
commit fd7ea5cc91
7 changed files with 371 additions and 1 deletions

View file

@ -1068,6 +1068,9 @@ section {
color: #2d2d2d;
border: 1px solid #2d2d2d;
}
.threaded .wall-item-comment-wrapper {
margin-left: 0px;
}
.comment-edit-preview {
width: 710px;
border: 1px solid #2d2d2d;
@ -1139,6 +1142,34 @@ section {
width: 25px;
height: 25px;
}
/* threaded comments */
.children > .children {
margin-left: 40px;
}
.children > .children .wall-item-container {
width: 710px;
}
.children > .children > .children {
margin-left: 40px;
}
.children > .children > .children .wall-item-container {
width: 670px;
}
.children > .children > .children > .children {
margin-left: 40px;
}
.children > .children > .children > .children .wall-item-container {
width: 630px;
}
.children > .children > .children > .children > .children {
margin-left: 40px;
}
.children > .children > .children > .children > .children .wall-item-container {
width: 590px;
}
.children > .children > .children > .children > .children .children {
margin-left: 0px;
}
span[id^="showmore-teaser"] {
background: url("showmore-bg.jpg") no-repeat center bottom;
}