Some touchups

This commit is contained in:
Zixaphir 2013-08-20 00:56:18 -07:00
parent 8a83feaaa1
commit 3c0c478ded
5 changed files with 16 additions and 15 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

@ -38,8 +38,6 @@
speak: none;
font-size: 14px !important;
}
.icon,
a.icon,
a .icon {
#shortcuts .icon {
color: rgb(130,130,130) !important;
}

View File

@ -794,7 +794,7 @@ th {
display: none;
}
.hide-delete-ui .postInfo {
padding: 0 0 0 3px;
padding-left: 3px;
}
.deleteform {
position: fixed;
@ -1042,6 +1042,9 @@ th {
border-radius: 1em;
font-size: 80%;
}
.postInfo {
padding: 3px 3px 0;
}
.postInfo > span {
vertical-align: bottom;
}

View File

@ -163,10 +163,10 @@ class Post
unless strong = $ 'strong.warning', @nodes.info
strong = $.el 'strong',
className: 'warning'
textContent: if @isReply then '[Deleted]' else '[Dead]'
className: 'warning icon'
$.after $('input', @nodes.info), strong
strong.textContent = if file then '[File deleted]' else '[Deleted]'
strong.textContent = if file then '\uf070' else '\uf014'
strong.title = "#{if file then 'File' else 'Post'} Deleted"
return if @isClone
for clone in @clones