Lets use our "dialog" class for shit we don't need to fuck around with

This commit is contained in:
Zixaphir 2014-02-28 19:22:38 -07:00
parent 6c4e97b388
commit 0d7f5ab78c
4 changed files with 11 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -211,15 +211,15 @@ Index =
# in order to have proper styling for the .nameBlock's content.
{nodes} = g.threads[@parentNode.dataset.fullID].OP
el = $.el 'div',
innerHTML: '<div class=post><div class=postInfo>'
className: 'thread-info'
innerHTML: '<div class=post><div class=postInfo></div></div>'
className: 'thread-info dialog'
hidden: true
$.add el.firstElementChild.firstElementChild, [
$('.nameBlock', nodes.info).cloneNode true
$.tn ' '
nodes.date.cloneNode true
]
$.add d.body, el
$.add Header.hover, el
UI.hover
root: @
el: el

View File

@ -605,7 +605,6 @@ div.center:not(.ad-cnt) {
}
.thread-info {
position: fixed;
background-color: inherit;
padding: 2px;
border-radius: 2px;
box-shadow: 0 0 5px rgba(0, 0, 0, .25);