some CSS fixes for the personal portrait in the comments viewlet.

svn path=/plone.app.discussion/trunk/; revision=27207
This commit is contained in:
Timo Stollenwerk 2009-05-29 07:13:05 +00:00
parent 7083856268
commit 4b6b0aeb02
1 changed files with 19 additions and 1 deletions

View File

@ -4,11 +4,29 @@
/* Comments Viewlet
---------------------------------------------------------------- */
.comment {
min-height: 100px;
position: relative;
}
.commentImage {
width: 90px;
float: left;
}
.commentImage img {
width: 50px;
}
.comment h3,
.comment .documentByLine,
.comment .commentBody {
margin-left: 90px;
}
.reply-to-comment-button {
position: absolute;
bottom: 1em;
right: 1em;
}
/* Forms