Show the reply-to-comment button only when Javascript is enabled. Otherwise hide it, since the reply functions rely on jQuery.
svn path=/plone.app.discussion/trunk/; revision=27142
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
/* plone.app.discussion stylesheet */
|
||||
|
||||
.reply-to-comment-button {
|
||||
float: right;
|
||||
margin-top: -2.5em;
|
||||
}
|
||||
|
||||
.reply-to-comment-button {
|
||||
/* Hide the reply-to-comment button and show it only if Javascript is enabled.
|
||||
* Since the reply functions rely on jQuery.
|
||||
*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user