Fix some missing CSS (QR autohide, post forwarding).

This commit is contained in:
Nicolas Stepien 2013-02-23 03:51:52 +01:00
parent 90eace9fcb
commit 2c42f1afc5
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -350,7 +350,7 @@ a[href="javascript:;"] {
.inlined { .inlined {
opacity: .5; opacity: .5;
} }
#qp input { #qp input, .forwarded {
display: none; display: none;
} }
.quotelink.forwardlink, .quotelink.forwardlink,
@ -445,7 +445,8 @@ a[href="javascript:;"] {
/* QR */ /* QR */
.hide-original-post-form #postForm, .hide-original-post-form #postForm,
.hide-original-post-form .postingMode { .hide-original-post-form .postingMode,
#qr.autohide:not(:hover) > form {
display: none; display: none;
} }
#qr > .move { #qr > .move {

View File

@ -106,7 +106,7 @@ class Post
@thread.isSticky = !!$ '.stickyIcon', @nodes.info @thread.isSticky = !!$ '.stickyIcon', @nodes.info
@thread.isClosed = !!$ '.closedIcon', @nodes.info @thread.isClosed = !!$ '.closedIcon', @nodes.info
@clones = [] @clones = []
g.posts["#{board}.#{@}"] = thread.posts[@] = board.posts[@] = @ g.posts["#{board}.#{@}"] = thread.posts[@] = board.posts[@] = @
@kill() if that.isArchived @kill() if that.isArchived