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
c1054e71
Commit
c1054e71
authored
Mar 26, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding visual spacing between grade report UI sections
parent
d0b283ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
apps/openassessment/templates/openassessmentblock/grade/oa_grade_complete.html
+3
-3
apps/openassessment/xblock/static/css/openassessment.css
+0
-0
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
+5
-4
No files found.
apps/openassessment/templates/openassessmentblock/grade/oa_grade_complete.html
View file @
c1054e71
...
...
@@ -16,7 +16,7 @@
<div
class=
"ui-toggle-visibility__content"
>
<div
class=
"wrapper--step__content"
>
<div
class=
"step__content"
>
<article
class=
"submission__answer__display"
>
<article
class=
"submission__answer__display
step__content__section
"
>
<h3
class=
"submission__answer__display__title"
>
Your Submitted Response
</h3>
<div
class=
"submission__answer__display__content"
>
...
...
@@ -24,7 +24,7 @@
</div>
</article>
<article
class=
"submission__peer-evaluations"
>
<article
class=
"submission__peer-evaluations
step__content__section
"
>
<h3
class=
"submission__peer-evaluations__title"
>
Peer Evaluations Of Your Response
</h3>
<ol
class=
"list submission__peer-evaluations__questions"
>
...
...
@@ -138,7 +138,7 @@
</ol>
</article>
<form
id=
"submission__feedback"
class=
"submission__feedback ui-toggle-visibility"
method=
"post"
>
<form
id=
"submission__feedback"
class=
"submission__feedback ui-toggle-visibility
step__content__section
"
method=
"post"
>
<i
class=
"ico icon-caret-right"
></i>
<h3
class=
"submission__feedback__title ui-toggle-visibility__control"
>
Give Feedback On Peer Evaluations
</h3>
...
...
apps/openassessment/xblock/static/css/openassessment.css
View file @
c1054e71
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 @
c1054e71
...
...
@@ -360,6 +360,10 @@
margin-bottom
:
$baseline-v
;
}
.step__content__section
{
margin-bottom
:
(
$baseline-v
*
2
);
}
// step actions
.step__actions
{
margin-bottom
:
(
$baseline-v
/
2
);
...
...
@@ -921,13 +925,10 @@
}
}
// --------------------
// UI: submitted repsonse
// --------------------
.submission__answer__display
{
@extend
%ui-subsection
;
}
.submission__answer__display__title
{
@extend
%t-heading
;
margin-bottom
:
(
$baseline-v
/
2
);
...
...
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