|
|
|
@ -509,7 +509,7 @@ section {
|
|
|
|
|
a { float: right; }
|
|
|
|
|
input { float: right; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -523,6 +523,25 @@ section {
|
|
|
|
|
left: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
.wall-item-links { padding-left: 12px; }
|
|
|
|
|
|
|
|
|
|
.commentbox {
|
|
|
|
|
height: 0px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
.wall-item-comment-wrapper {
|
|
|
|
|
border-top: 1px solid @CommentBoxEmptyBorderColor;
|
|
|
|
|
height: 0px; overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.transition();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover .commentbox {
|
|
|
|
|
height:auto; overflow: visible;
|
|
|
|
|
.wall-item-comment-wrapper {
|
|
|
|
|
border-top: 0px;
|
|
|
|
|
height:auto;overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
.transition();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 'tag' item type */
|
|
|
|
@ -544,6 +563,7 @@ section {
|
|
|
|
|
.wall-item-comment-wrapper {
|
|
|
|
|
margin: 1em 2em 1em 60px;
|
|
|
|
|
.comment-edit-photo { display: none; }
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
height: 1em; width: 100%; font-size: 10px;
|
|
|
|
|
color: @CommentBoxEmptyColor;
|
|
|
|
@ -555,7 +575,6 @@ section {
|
|
|
|
|
color: @CommentBoxFullColor;
|
|
|
|
|
border: 1px solid @CommentBoxFullBorderColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.threaded .wall-item-comment-wrapper { margin-left: 0px; }
|
|
|
|
|