Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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
edx
edx-ora2
Commits
e255a54c
Unverified
Commit
e255a54c
authored
Mar 23, 2018
by
Bill Filler
Committed by
GitHub
Mar 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1090 from edx/bfiller/cleanup-styles
Fix margin and orientation of arrows
parents
71482dfb
685846f3
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
18 deletions
+20
-18
openassessment/templates/openassessmentblock/grade/oa_grade_cancelled.html
+1
-1
openassessment/templates/openassessmentblock/grade/oa_grade_complete.html
+1
-1
openassessment/templates/openassessmentblock/grade/oa_grade_incomplete.html
+1
-1
openassessment/templates/openassessmentblock/grade/oa_grade_not_started.html
+1
-1
openassessment/templates/openassessmentblock/grade/oa_grade_waiting.html
+1
-1
openassessment/templates/openassessmentblock/peer/oa_peer_assessment.html
+1
-1
openassessment/templates/openassessmentblock/peer/oa_peer_closed.html
+1
-1
openassessment/templates/openassessmentblock/peer/oa_peer_complete.html
+1
-1
openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode.html
+1
-1
openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode_waiting.html
+1
-1
openassessment/templates/openassessmentblock/peer/oa_peer_waiting.html
+1
-1
openassessment/templates/openassessmentblock/response/oa_response.html
+1
-1
openassessment/templates/openassessmentblock/response/oa_response_cancelled.html
+1
-1
openassessment/templates/openassessmentblock/response/oa_response_closed.html
+1
-1
openassessment/templates/openassessmentblock/response/oa_response_graded.html
+1
-1
openassessment/templates/openassessmentblock/response/oa_response_submitted.html
+1
-1
openassessment/templates/openassessmentblock/self/oa_self_assessment.html
+1
-1
openassessment/templates/openassessmentblock/self/oa_self_closed.html
+1
-1
openassessment/xblock/static/sass/oa/utilities/_shame.scss
+1
-0
openassessment/xblock/static/sass/oa/views/_oa-base.scss
+1
-0
No files found.
openassessment/templates/openassessmentblock/grade/oa_grade_cancelled.html
View file @
e255a54c
...
...
@@ -4,7 +4,7 @@
<header
class=
"step__header ui-slidable__control"
>
<span>
<button
class=
"ui-slidable"
aria-expanded=
"false"
id=
"oa_grade_{{ xblock_id }}"
aria-controls=
"oa_grade_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_grade"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
</span>
...
...
openassessment/templates/openassessmentblock/grade/oa_grade_complete.html
View file @
e255a54c
...
...
@@ -4,7 +4,7 @@
<header
class=
"step__header ui-slidable__control"
>
<span>
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_grade_{{ xblock_id }}"
aria-controls=
"oa_grade_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_grade"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
</span>
...
...
openassessment/templates/openassessmentblock/grade/oa_grade_incomplete.html
View file @
e255a54c
...
...
@@ -4,7 +4,7 @@
<header
class=
"step__header ui-slidable__control"
>
<span>
<button
class=
"ui-slidable"
aria-expanded=
"false"
id=
"oa_grade_{{ xblock_id }}"
aria-controls=
"oa_grade_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_grade"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
</span>
...
...
openassessment/templates/openassessmentblock/grade/oa_grade_not_started.html
View file @
e255a54c
...
...
@@ -4,7 +4,7 @@
<header
class=
"step__header ui-slidable__control"
>
<span>
<button
class=
"ui-slidable"
aria-expanded=
"false"
id=
"oa_grade_{{ xblock_id }}"
aria-controls=
"oa_grade_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_grade"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
</span>
...
...
openassessment/templates/openassessmentblock/grade/oa_grade_waiting.html
View file @
e255a54c
...
...
@@ -4,7 +4,7 @@
<header
class=
"step__header ui-slidable__control"
>
<span>
<button
class=
"ui-slidable"
aria-expanded=
"false"
id=
"oa_grade_{{ xblock_id }}"
aria-controls=
"oa_grade_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_grade"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
</span>
...
...
openassessment/templates/openassessmentblock/peer/oa_peer_assessment.html
View file @
e255a54c
...
...
@@ -14,7 +14,7 @@
<span>
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_peer_{{ xblock_id }}"
aria-controls=
"oa_peer_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_peer"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
</span>
...
...
openassessment/templates/openassessmentblock/peer/oa_peer_closed.html
View file @
e255a54c
...
...
@@ -7,7 +7,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_peer_{{ xblock_id }}"
aria-controls=
"oa_peer_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_peer"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/peer/oa_peer_complete.html
View file @
e255a54c
...
...
@@ -18,7 +18,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"false"
id=
"oa_peer_{{ xblock_id }}"
aria-controls=
"oa_peer_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_peer"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode.html
View file @
e255a54c
...
...
@@ -13,7 +13,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_peer_{{ xblock_id }}"
aria-controls=
"oa_peer_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_peer"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode_waiting.html
View file @
e255a54c
...
...
@@ -7,7 +7,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_peer_{{ xblock_id }}"
aria-controls=
"oa_peer_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_peer"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/peer/oa_peer_waiting.html
View file @
e255a54c
...
...
@@ -8,7 +8,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_peer_{{ xblock_id }}"
aria-controls=
"oa_peer_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_peer"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/response/oa_response.html
View file @
e255a54c
...
...
@@ -11,7 +11,7 @@
<span>
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_response_{{ xblock_id }}"
aria-controls=
"oa_response_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_response"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
</span>
...
...
openassessment/templates/openassessmentblock/response/oa_response_cancelled.html
View file @
e255a54c
...
...
@@ -10,7 +10,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_response_{{ xblock_id }}"
aria-controls=
"oa_response_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_response"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/response/oa_response_closed.html
View file @
e255a54c
...
...
@@ -8,7 +8,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_response_{{ xblock_id }}"
aria-controls=
"oa_response_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_response"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/response/oa_response_graded.html
View file @
e255a54c
...
...
@@ -9,7 +9,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_response_{{ xblock_id }}"
aria-controls=
"oa_response_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_response"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/response/oa_response_submitted.html
View file @
e255a54c
...
...
@@ -9,7 +9,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_response_{{ xblock_id }}"
aria-controls=
"oa_response_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_response"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/templates/openassessmentblock/self/oa_self_assessment.html
View file @
e255a54c
...
...
@@ -11,7 +11,7 @@
<span>
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_self_{{ xblock_id }}"
aria-controls=
"oa_self_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_self"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
</span>
...
...
openassessment/templates/openassessmentblock/self/oa_self_closed.html
View file @
e255a54c
...
...
@@ -9,7 +9,7 @@
{% block button %}
<button
class=
"ui-slidable"
aria-expanded=
"true"
id=
"oa_self_{{ xblock_id }}"
aria-controls=
"oa_self_{{ xblock_id }}_content"
aria-labeledby=
"oa_step_title_self"
>
<span
class=
"icon fa fa-caret-
down
"
aria-hidden=
"false"
/>
<span
class=
"icon fa fa-caret-
right
"
aria-hidden=
"false"
/>
</button>
{% endblock %}
...
...
openassessment/xblock/static/sass/oa/utilities/_shame.scss
View file @
e255a54c
...
...
@@ -39,6 +39,7 @@
.step__deadline
{
color
:
$heading-color
;
margin-left
:
5px
;
}
// step title/name
...
...
openassessment/xblock/static/sass/oa/views/_oa-base.scss
View file @
e255a54c
...
...
@@ -174,6 +174,7 @@
.step__deadline
{
@extend
%hd-4
;
color
:
$heading-color
;
margin-left
:
5px
;
}
}
...
...
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