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

View File

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