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
744d4a35
Commit
744d4a35
authored
Apr 19, 2015
by
solashirai
Committed by
Piotr Mitros
Oct 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more naming fixes, removal of redundancies
parent
54b38a75
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
59 deletions
+65
-59
crowdsourcehinter/static/css/crowdsourcehinter.css
+4
-3
crowdsourcehinter/static/html/crowdsourcehinter.html
+2
-2
crowdsourcehinter/static/js/src/crowdsourcehinter.js
+59
-54
No files found.
crowdsourcehinter/static/css/crowdsourcehinter.css
View file @
744d4a35
...
...
@@ -39,7 +39,7 @@
align-self
:
flex-end
;
}
.csh_rate_hint
{
.csh_rate_hint
,
.csh_report_hint
,
.csh_rate_hint_completed
{
margin-right
:
15px
;
margin-top
:
5px
;
align-self
:
flex-end
;
...
...
@@ -59,12 +59,12 @@ background-clip: padding-box;
font-size
:
0.8125em
;
}
div
[
data-rate
=
"upvote"
]
{
.csh_rate_hint
[
data-rate
=
"upvote"
]
{
color
:
green
;
font-weight
:
bold
;
}
div
[
data-rate
=
"downvote"
]
{
.csh_rate_hint
[
data-rate
=
"downvote"
]
{
color
:
red
;
font-weight
:
bold
;
}
...
...
@@ -86,6 +86,7 @@ div[data-rate="downvote"] {
}
.csh_rate_hint
{
cursor
:
pointer
}
.csh_report_hint
{
cursor
:
pointer
}
.csh_staff_rate
{
cursor
:
pointer
}
.csh_rate_hint
{
color
:
#948f8f
;
}
...
...
crowdsourcehinter/static/html/crowdsourcehinter.html
View file @
744d4a35
...
...
@@ -10,7 +10,7 @@
<
div
role
=
"button"
class
=
"csh_rate_hint"
data
-
rate
=
"downvote"
>
<
b
>
Rate
as
Unhelpful
<
/b
>
<
/div
>
<
div
role
=
"button"
class
=
"csh_r
ate_hint"
data
-
rate
=
"repor
t"
data
-
icon
=
"report"
title
=
"Report this hint."
>
<
div
role
=
"button"
class
=
"csh_r
eport_hin
t"
data
-
icon
=
"report"
title
=
"Report this hint."
>
<
b
>
⚑
<
/b
>
<
/div
>
<
/div
>
...
...
@@ -71,7 +71,7 @@
<div
role=
"button"
class=
"csh_rate_hint"
data-rate=
"downvote"
title=
"This hint was not very helpful."
>
<b>
-
</b>
</div>
<div
role=
"button"
class=
"csh_r
ate_hint"
data-rate=
"repor
t"
title=
"Report this hint"
>
<div
role=
"button"
class=
"csh_r
eport_hin
t"
title=
"Report this hint"
>
<b>
⚑
</b>
</div>
</div>
...
...
crowdsourcehinter/static/js/src/crowdsourcehinter.js
View file @
744d4a35
This diff is collapsed.
Click to expand it.
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