bookmarked sticker

main
psychobunny 10 years ago
parent 6dc1488b16
commit b59e57a00c

@ -62,6 +62,19 @@
right: 25px;
}
.bookmarked {
position: absolute;
top: 1px;
padding-top: 3px;
border-radius: 4px;
right: 72px;
font-size: 10px;
padding-bottom: 4px;
background: darken(@brand-info, 20%);
opacity: 0;
.transition(0.75s ease-in-out opacity);
}
[component="post/upvote"], [component="post/downvote"] {
color: @gray-light;
}
@ -237,6 +250,10 @@
border-color: darken(@brand-info, 20%);
box-shadow: 0px 0px 1px @brand-info;
}
&.highlight .bookmarked {
opacity: 1;
}
}
.content {

@ -33,6 +33,7 @@
<!-- ENDIF posts.user.custom_profile_info.length -->
</span>
</div>
<span class="badge bookmarked">new</span>
<div class="votes">
<!-- IF !reputation:disabled -->
<a component="post/upvote" href="#" class="<!-- IF posts.upvoted -->upvoted<!-- ENDIF posts.upvoted -->">

Loading…
Cancel
Save