Some touchups
This commit is contained in:
parent
8a83feaaa1
commit
3c0c478ded
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
src/General/css/font-awesome.css
vendored
4
src/General/css/font-awesome.css
vendored
@ -38,8 +38,6 @@
|
||||
speak: none;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.icon,
|
||||
a.icon,
|
||||
a .icon {
|
||||
#shortcuts .icon {
|
||||
color: rgb(130,130,130) !important;
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user