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; margin-left: 90px;
} }
.reply-to-comment-button { /* Reply Form
position: absolute;
bottom: 1em;
right: 1em;
}
/* Forms
---------------------------------------------------------------- */ ---------------------------------------------------------------- */
.reply fieldset {
/* Fix bouncing fieldset when reply form is shown. */
margin: 0 !important;
}
.reply-to-comment-button { .reply-to-comment-button {
float: right; float: right;
margin-top: -2.5em; margin-top: -2.5em;
position: absolute;
bottom: 1em;
right: 1em;
} }
.reply-to-comment-button { .reply-to-comment-button {