Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crowdsourcehinter
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
crowdsourcehinter
Commits
a7e3b2d4
Commit
a7e3b2d4
authored
Dec 07, 2014
by
solashirai
Committed by
Piotr Mitros
Oct 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit to keep track of hinter before moving into UX changes
parent
36d01e4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
crowdsourcehinter/static/css/crowdsourcehinter.css
+2
-0
crowdsourcehinter/static/html/crowdsourcehinter.html
+18
-2
No files found.
crowdsourcehinter/static/css/crowdsourcehinter.css
View file @
a7e3b2d4
...
...
@@ -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
;
}
...
...
crowdsourcehinter/static/html/crowdsourcehinter.html
View file @
a7e3b2d4
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment