Pārlūkot izejas kodu

Fix own post (You)

pull/47/head^2
8chan czaks pirms 9 gadiem
vecāks
revīzija
f02226449a
2 mainītis faili ar 10 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      js/show-own-posts.js
  2. +9
    -0
      stylesheets/style.css

+ 1
- 1
js/show-own-posts.js Parādīt failu

@@ -33,7 +33,7 @@ var update_own = function() {

if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
$(this).addClass('you');
$(this).find('span.name').first().append(' '+_('(You)'));
$(this).find('span.name').first().append(' <span class="own_post">'+_('(You)')+'</span>');
}

// Update references


+ 9
- 0
stylesheets/style.css Parādīt failu

@@ -966,6 +966,7 @@ span.pln {
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
cursor: pointer;
}
<<<<<<< HEAD

#youtube-size input {
width: 50px;
@@ -1118,3 +1119,11 @@ table.fileboard .intro a {
max-height: 100%;
position: absolute;
}
.own_post {
font-style: italic;
font-weight: normal;
opacity: .666;
}
div.mix {
display: inline-block;
}

Notiek ielāde…
Atcelt
Saglabāt