Some QP styling fixes.

This commit is contained in:
Nicolas Stepien 2013-02-22 03:57:22 +01:00
parent 558c5a68dc
commit 415b983fe3
3 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -347,7 +347,7 @@ a[href="javascript:;"] {
.inlined { .inlined {
opacity: .5; opacity: .5;
} }
#qp input, .forwarded { #qp input {
display: none; display: none;
} }
.quotelink.forwardlink, .quotelink.forwardlink,
@ -370,13 +370,15 @@ a[href="javascript:;"] {
margin: 0 !important; margin: 0 !important;
padding: 1px 2px !important; padding: 1px 2px !important;
} }
#qp { #qp > .opContainer::after {
padding: 2px 2px 5px; content: '';
clear: both;
display: table;
} }
#qp .post { #qp .post {
border: none; border: none;
margin: 0; margin: 0;
padding: 0; padding: 2px 2px 5px;
} }
#qp img { #qp img {
max-height: 300px; max-height: 300px;

View File

@ -215,7 +215,7 @@ class Clone extends Post
root.hidden = false # post hiding root.hidden = false # post hiding
$.rmClass root, 'forwarded' # quote inlining $.rmClass root, 'forwarded' # quote inlining
# $.rmClass post, 'highlight' # keybind navigation $.rmClass post, 'highlight' # keybind navigation, ID highlighting
if nodes.subject if nodes.subject
@nodes.subject = $ '.subject', info @nodes.subject = $ '.subject', info