mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-03-01 16:20:36 +01:00
Fix own post (You)
This commit is contained in:
parent
02ee2edd9e
commit
82064547f5
@ -33,7 +33,7 @@ var update_own = function() {
|
|||||||
|
|
||||||
if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
|
if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
|
||||||
$(this).addClass('you');
|
$(this).addClass('you');
|
||||||
$(this).find('span.name').first().append(' '+_('(You)'));
|
$(this).find('span.name').first().append(' <span class="own_post">'+_('(You)')+'</span>');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update references
|
// Update references
|
||||||
|
@ -959,4 +959,11 @@ span.pln {
|
|||||||
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
|
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.own_post {
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
|
opacity: .666;
|
||||||
|
}
|
||||||
|
div.mix {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user