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
5e4991b7
Commit
5e4991b7
authored
Feb 26, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syncing up basic markup/styling
parent
9d45061e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
15 deletions
+7
-15
apps/openassessment/templates/openassessmentblock/oa_response.html
+6
-6
apps/openassessment/xblock/static/css/openassessment.css
+0
-0
apps/openassessment/xblock/static/html/v-problem-initial.html
+1
-1
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
+0
-8
No files found.
apps/openassessment/templates/openassessmentblock/oa_response.html
View file @
5e4991b7
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<li
id=
"openassessment__response"
class=
"openassessment__steps__step step--response ui-toggle-visibility"
>
<li
id=
"openassessment__response"
class=
"openassessment__steps__step step--response ui-toggle-visibility"
>
{% endblock %}
{% endblock %}
{% block header %}
{% block header %}
<
!--header class="step__header ui-toggle-visibility__control"--
>
<
header
class=
"step__header ui-toggle-visibility__control"
>
<h2
class=
"step__title"
>
<h2
class=
"step__title"
>
<span
class=
"step__counter"
></span>
<span
class=
"step__counter"
></span>
<span
class=
"wrapper--copy"
>
<span
class=
"wrapper--copy"
>
...
@@ -28,11 +28,11 @@
...
@@ -28,11 +28,11 @@
</span>
</span>
</h2>
</h2>
<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"
>
{{ step_status }}
</span>
<span
class=
"step__status__value"
>
{{ step_status }}
</span>
</span>
</span>
<
!--/header--
>
<
/header
>
{% endblock %}
{% endblock %}
{% block body %}
{% block body %}
...
...
apps/openassessment/xblock/static/css/openassessment.css
View file @
5e4991b7
This diff is collapsed.
Click to expand it.
apps/openassessment/xblock/static/html/v-problem-initial.html
View file @
5e4991b7
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<ol
class=
"openassessment__steps"
id=
"openassessment__steps"
>
<ol
class=
"openassessment__steps"
id=
"openassessment__steps"
>
<!-- STEP: response -->
<!-- STEP: response -->
<li
id=
"openassessment__response"
class=
"openassessment__steps__step step--response ui-toggle-visibility
is--expanded
"
>
<li
id=
"openassessment__response"
class=
"openassessment__steps__step step--response ui-toggle-visibility"
>
<header
class=
"step__header ui-toggle-visibility__control"
>
<header
class=
"step__header ui-toggle-visibility__control"
>
<h2
class=
"step__title"
>
<h2
class=
"step__title"
>
<span
class=
"step__counter"
></span>
<span
class=
"step__counter"
></span>
...
...
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
View file @
5e4991b7
...
@@ -40,11 +40,9 @@
...
@@ -40,11 +40,9 @@
}
}
@include
media
(
$bp-dl
)
{
@include
media
(
$bp-dl
)
{
@include
span-columns
(
8
of
12
);
}
}
@include
media
(
$bp-dx
)
{
@include
media
(
$bp-dx
)
{
@include
span-columns
(
8
of
12
);
}
}
}
}
...
@@ -62,15 +60,9 @@
...
@@ -62,15 +60,9 @@
}
}
@include
media
(
$bp-dl
)
{
@include
media
(
$bp-dl
)
{
@include
span-columns
(
4
of
12
);
margin-top
:
$spacing-delta
;
text-align
:
right
;
}
}
@include
media
(
$bp-dx
)
{
@include
media
(
$bp-dx
)
{
@include
span-columns
(
4
of
12
);
margin-top
:
$spacing-delta
;
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