Commit a7e3b2d4 by solashirai Committed by Piotr Mitros

commit to keep track of hinter before moving into UX changes

parent 36d01e4e
......@@ -27,6 +27,7 @@
}
.csh_hint_data{
justify-content: center;
width: 97%;
display: flex;
flex-direction: column;
......@@ -39,6 +40,7 @@
}
div[data-rate="flag"]{
text-align: right;
align-self: flex-end;
}
......
......@@ -53,8 +53,24 @@
<div class="crowdsourcehinter_block">
<p> <span class='csh_HintsToUse'></span>
</p>
<p>
<div class='csh_hint_reveal'>
<div>
<span class='csh_HintsToUse'></span>
</div>
<div>
<div role="button" class="csh_rate_hint" data-rate="upvote" data-icon="arrow-u" aria-label="upvote">
<b></b>
</div>
<div role="button" class="csh_rate_hint" data-rate="downvote" aria-label="downvote">
<b></b>
</div>
<div role="button" class="csh_rate_hint" data-rate="flag" data-icon="flag" aria-label="flag">
<b></b>
</div>
</div>
<div>
</sp>
<div class="crowdsourcehinter_block">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment