mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FEATURE: replace 'deleted by' with the trashcan glyph
This commit is contained in:
parent
5c70d878a7
commit
f43293a7bc
5 changed files with 11 additions and 6 deletions
|
@ -321,13 +321,16 @@
|
|||
span.name {
|
||||
color: $primary;
|
||||
}
|
||||
.time {
|
||||
.time, .delete-info {
|
||||
display: block;
|
||||
float: right;
|
||||
color: $primary;
|
||||
margin-right: 8px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.delete-info i {
|
||||
font-size: 14px;
|
||||
}
|
||||
.avatar-link {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue