some CSS fixes for the personal portrait in the comments viewlet.
svn path=/plone.app.discussion/trunk/; revision=27207
This commit is contained in:
parent
7083856268
commit
4b6b0aeb02
@ -4,11 +4,29 @@
|
|||||||
/* Comments Viewlet
|
/* Comments Viewlet
|
||||||
---------------------------------------------------------------- */
|
---------------------------------------------------------------- */
|
||||||
|
|
||||||
|
.comment {
|
||||||
|
min-height: 100px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.commentImage {
|
.commentImage {
|
||||||
|
width: 90px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentImage img {
|
.commentImage img {
|
||||||
width: 50px;
|
}
|
||||||
|
|
||||||
|
.comment h3,
|
||||||
|
.comment .documentByLine,
|
||||||
|
.comment .commentBody {
|
||||||
|
margin-left: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reply-to-comment-button {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 1em;
|
||||||
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms
|
/* Forms
|
||||||
|
Loading…
Reference in New Issue
Block a user