Fix bouncing fieldset when reply form is shown.
svn path=/plone.app.discussion/trunk/; revision=27311
This commit is contained in:
parent
854f98ebbe
commit
41db8ff395
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user