Fix bouncing fieldset when reply form is shown.

svn path=/plone.app.discussion/trunk/; revision=27311
This commit is contained in:
Timo Stollenwerk 2009-06-05 09:05:34 +00:00
parent 854f98ebbe
commit 41db8ff395
1 changed files with 9 additions and 7 deletions

View File

@ -23,18 +23,20 @@
margin-left: 90px;
}
.reply-to-comment-button {
position: absolute;
bottom: 1em;
right: 1em;
}
/* Forms
/* Reply Form
---------------------------------------------------------------- */
.reply fieldset {
/* Fix bouncing fieldset when reply form is shown. */
margin: 0 !important;
}
.reply-to-comment-button {
float: right;
margin-top: -2.5em;
position: absolute;
bottom: 1em;
right: 1em;
}
.reply-to-comment-button {