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

View File

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