align comment textarea to the right

pull/34/head
Zlatin Balevsky 2019-12-16 14:32:44 +00:00
parent 31652b34d7
commit 6bcc44e01e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class SharedFile {
var showCommentHtml = ""
var showCommentLink = new Link(_t("Comment"), "showCommentForm", [this.path])
showCommentHtml = "<span id='comment-link-" + this.path + "'>" + showCommentLink.render() + "</span>"
var commentDiv = "<div id='comment-" + this.path + "'></div>"
var commentDiv = "<div class='right' id='comment-" + this.path + "'></div>"
var fetchLink = "<a href='/MuWire/DownloadedContent/" + this.infoHash + "'>" + _t("Fetch") + "</a>"
var html = this.name + "<div class=\"right\">" + unshareLink.render() + " " + fetchLink + " " + showCommentHtml + " " + certifyHtml + "</div>"