Add the dialog class to quote preview for softer borders.

This commit is contained in:
Nicolas Stepien 2012-01-10 16:55:00 +01:00
parent 0cd5b57604
commit ca8d119e57
2 changed files with 3 additions and 5 deletions

View File

@ -2583,7 +2583,7 @@
var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results; var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results;
qp = ui.el = $.el('div', { qp = ui.el = $.el('div', {
id: 'qp', id: 'qp',
className: 'reply' className: 'reply dialog'
}); });
$.add(d.body, qp); $.add(d.body, qp);
id = this.hash.slice(1); id = this.hash.slice(1);
@ -3215,7 +3215,7 @@
.move {\ .move {\
cursor: move;\ cursor: move;\
}\ }\
label, .favicon, #qr img {\ label, .favicon, #qr_form > div > img {\
cursor: pointer;\ cursor: pointer;\
}\ }\
a[href="javascript:;"] {\ a[href="javascript:;"] {\
@ -3401,7 +3401,6 @@
}\ }\
\ \
#qp {\ #qp {\
border: 1px solid;\
padding-bottom: 5px;\ padding-bottom: 5px;\
}\ }\
.qphl {\ .qphl {\

View File

@ -2036,7 +2036,7 @@ quotePreview =
mouseover: (e) -> mouseover: (e) ->
qp = ui.el = $.el 'div', qp = ui.el = $.el 'div',
id: 'qp' id: 'qp'
className: 'reply' className: 'reply dialog'
$.add d.body, qp $.add d.body, qp
id = @hash[1..] id = @hash[1..]
@ -2758,7 +2758,6 @@ Main =
} }
#qp { #qp {
border: 1px solid;
padding-bottom: 5px; padding-bottom: 5px;
} }
.qphl { .qphl {