tooltip fix

main
barisusakli 10 years ago
parent 910a7656fd
commit 8cb1ed8680

@ -58,10 +58,6 @@
} }
} }
.votes {
padding-right: 10px;
}
.bookmarked { .bookmarked {
position: absolute; position: absolute;
top: 1px; top: 1px;
@ -124,6 +120,7 @@
} }
.moderator-tools { .moderator-tools {
margin-left: 10px;
font-size: 14px; font-size: 14px;
> a { > a {

@ -60,19 +60,21 @@
<a component="post/quote" href="#" class="no-select <!-- IF !privileges.topics:reply -->hidden<!--ENDIF !privileges.topics:reply -->">[[topic:quote]]</a> <a component="post/quote" href="#" class="no-select <!-- IF !privileges.topics:reply -->hidden<!--ENDIF !privileges.topics:reply -->">[[topic:quote]]</a>
</span> </span>
<span class="votes">
<!-- IF !reputation:disabled --> <!-- IF !reputation:disabled -->
<a component="post/upvote" href="#" class="<!-- IF posts.upvoted -->upvoted<!-- ENDIF posts.upvoted -->"> <a component="post/upvote" href="#" class="<!-- IF posts.upvoted -->upvoted<!-- ENDIF posts.upvoted -->">
<i class="fa fa-chevron-up"></i> <i class="fa fa-chevron-up"></i>
</a> </a>
<span class="votes">
<span component="post/vote-count" data-votes="{posts.votes}">{posts.votes}</span> <span component="post/vote-count" data-votes="{posts.votes}">{posts.votes}</span>
</span>
<!-- IF !downvote:disabled --> <!-- IF !downvote:disabled -->
<a component="post/downvote" href="#" class="<!-- IF posts.downvoted -->downvoted<!-- ENDIF posts.downvoted -->"> <a component="post/downvote" href="#" class="<!-- IF posts.downvoted -->downvoted<!-- ENDIF posts.downvoted -->">
<i class="fa fa-chevron-down"></i> <i class="fa fa-chevron-down"></i>
</a> </a>
<!-- ENDIF !downvote:disabled --> <!-- ENDIF !downvote:disabled -->
<!-- ENDIF !reputation:disabled --> <!-- ENDIF !reputation:disabled -->
</span>
<!-- IMPORT partials/topic/post-menu.tpl --> <!-- IMPORT partials/topic/post-menu.tpl -->
</small> </small>

Loading…
Cancel
Save