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
234f4fa8
Commit
234f4fa8
authored
Mar 26, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aligning step__status icons/text to be left-justified
parent
74364d8c
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
19 deletions
+13
-19
apps/openassessment/templates/openassessmentblock/oa_base.html
+2
-4
apps/openassessment/templates/openassessmentblock/peer/oa_peer_closed.html
+1
-1
apps/openassessment/templates/openassessmentblock/peer/oa_peer_complete.html
+1
-1
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode.html
+1
-1
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode_waiting.html
+1
-1
apps/openassessment/templates/openassessmentblock/response/oa_response_closed.html
+1
-1
apps/openassessment/templates/openassessmentblock/response/oa_response_graded.html
+1
-1
apps/openassessment/templates/openassessmentblock/response/oa_response_submitted.html
+1
-1
apps/openassessment/templates/openassessmentblock/self/oa_self_closed.html
+1
-1
apps/openassessment/templates/openassessmentblock/self/oa_self_complete.html
+1
-1
apps/openassessment/xblock/static/css/openassessment.css
+0
-0
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
+2
-6
No files found.
apps/openassessment/templates/openassessmentblock/oa_base.html
View file @
234f4fa8
...
@@ -53,10 +53,8 @@
...
@@ -53,10 +53,8 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"wrapper--anim"
>
<i
class=
"ico icon-refresh icon-spin"
></i>
<span
class=
"copy"
>
Loading
</span>
<span
class=
"copy"
>
Loading
</span>
<i
class=
"ico icon-refresh icon-spin"
></i>
</span>
</span>
</span>
</span>
</span>
</header>
</header>
...
...
apps/openassessment/templates/openassessmentblock/peer/oa_peer_closed.html
View file @
234f4fa8
...
@@ -9,11 +9,11 @@
...
@@ -9,11 +9,11 @@
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
<span
class=
"copy"
>
<i
class=
"ico icon-warning-sign"
></i>
Incomplete
Incomplete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
of
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
of
<span
class=
"step__status__value--required"
>
{{ must_grade }}
</span>
)
<span
class=
"step__status__value--required"
>
{{ must_grade }}
</span>
)
</span>
</span>
<i
class=
"ico icon-warning-sign"
></i>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/peer/oa_peer_complete.html
View file @
234f4fa8
...
@@ -8,12 +8,12 @@
...
@@ -8,12 +8,12 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<i
class=
"ico icon-ok"
></i>
<span
class=
"copy"
>
<span
class=
"copy"
>
Complete
Complete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
of
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
of
<span
class=
"step__status__value--required"
>
{{ must_grade }}
</span>
)
<span
class=
"step__status__value--required"
>
{{ must_grade }}
</span>
)
</span>
</span>
<i
class=
"ico icon-ok"
></i>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode.html
View file @
234f4fa8
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<i
class=
"ico icon-ok"
></i>
<span
class=
"copy"
>
<span
class=
"copy"
>
Complete
Complete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
</span>
</span>
<i
class=
"ico icon-ok"
></i>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode_waiting.html
View file @
234f4fa8
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<i
class=
"ico icon-ok"
></i>
<span
class=
"copy"
>
<span
class=
"copy"
>
Complete
Complete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
</span>
</span>
<i
class=
"ico icon-ok"
></i>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/response/oa_response_closed.html
View file @
234f4fa8
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Incomplete
</span>
<i
class=
"ico icon-warning-sign"
></i>
<i
class=
"ico icon-warning-sign"
></i>
<span
class=
"copy"
>
Incomplete
</span>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/response/oa_response_graded.html
View file @
234f4fa8
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Complete
</span>
<i
class=
"ico icon-ok"
></i>
<i
class=
"ico icon-ok"
></i>
<span
class=
"copy"
>
Complete
</span>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/response/oa_response_submitted.html
View file @
234f4fa8
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Complete
</span>
<i
class=
"ico icon-ok"
></i>
<i
class=
"ico icon-ok"
></i>
<span
class=
"copy"
>
Complete
</span>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/self/oa_self_closed.html
View file @
234f4fa8
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Incomplete
</span>
<i
class=
"ico icon-warning-sign"
></i>
<i
class=
"ico icon-warning-sign"
></i>
<span
class=
"copy"
>
Incomplete
</span>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/templates/openassessmentblock/self/oa_self_complete.html
View file @
234f4fa8
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<span
class=
"step__status"
>
<span
class=
"step__status"
>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__label"
>
This step's status:
</span>
<span
class=
"step__status__value"
>
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Complete
</span>
<i
class=
"ico icon-ok"
></i>
<i
class=
"ico icon-ok"
></i>
<span
class=
"copy"
>
Complete
</span>
</span>
</span>
</span>
</span>
{% endblock %}
{% endblock %}
...
...
apps/openassessment/xblock/static/css/openassessment.css
View file @
234f4fa8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
View file @
234f4fa8
...
@@ -289,8 +289,8 @@
...
@@ -289,8 +289,8 @@
.ico
{
.ico
{
@extend
%icon-3
;
@extend
%icon-3
;
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
b
ottom
;
vertical-align
:
b
aseline
;
margin-
lef
t
:
(
$baseline-v
/
4
);
margin-
righ
t
:
(
$baseline-v
/
4
);
}
}
.copy
{
.copy
{
...
@@ -307,7 +307,6 @@
...
@@ -307,7 +307,6 @@
@include
omega
();
@include
omega
();
position
:
relative
;
position
:
relative
;
top
:
-12px
;
top
:
-12px
;
text-align
:
right
;
}
}
@include
media
(
$bp-dm
)
{
@include
media
(
$bp-dm
)
{
...
@@ -315,7 +314,6 @@
...
@@ -315,7 +314,6 @@
@include
omega
();
@include
omega
();
position
:
relative
;
position
:
relative
;
top
:
-12px
;
top
:
-12px
;
text-align
:
right
;
}
}
@include
media
(
$bp-dl
)
{
@include
media
(
$bp-dl
)
{
...
@@ -323,7 +321,6 @@
...
@@ -323,7 +321,6 @@
@include
omega
();
@include
omega
();
position
:
relative
;
position
:
relative
;
top
:
-12px
;
top
:
-12px
;
text-align
:
right
;
}
}
@include
media
(
$bp-dx
)
{
@include
media
(
$bp-dx
)
{
...
@@ -331,7 +328,6 @@
...
@@ -331,7 +328,6 @@
@include
omega
();
@include
omega
();
position
:
relative
;
position
:
relative
;
top
:
-8px
;
top
:
-8px
;
text-align
:
right
;
}
}
}
}
...
...
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