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;
|
speak: none;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
}
|
}
|
||||||
.icon,
|
#shortcuts .icon {
|
||||||
a.icon,
|
|
||||||
a .icon {
|
|
||||||
color: rgb(130,130,130) !important;
|
color: rgb(130,130,130) !important;
|
||||||
}
|
}
|
||||||
@ -794,7 +794,7 @@ th {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.hide-delete-ui .postInfo {
|
.hide-delete-ui .postInfo {
|
||||||
padding: 0 0 0 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
.deleteform {
|
.deleteform {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -1042,6 +1042,9 @@ th {
|
|||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
.postInfo {
|
||||||
|
padding: 3px 3px 0;
|
||||||
|
}
|
||||||
.postInfo > span {
|
.postInfo > span {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -163,10 +163,10 @@ class Post
|
|||||||
|
|
||||||
unless strong = $ 'strong.warning', @nodes.info
|
unless strong = $ 'strong.warning', @nodes.info
|
||||||
strong = $.el 'strong',
|
strong = $.el 'strong',
|
||||||
className: 'warning'
|
className: 'warning icon'
|
||||||
textContent: if @isReply then '[Deleted]' else '[Dead]'
|
|
||||||
$.after $('input', @nodes.info), strong
|
$.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
|
return if @isClone
|
||||||
for clone in @clones
|
for clone in @clones
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user