Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
problem-builder
Commits
ff2bd315
Commit
ff2bd315
authored
Nov 05, 2015
by
Braden MacDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor layout and style issues
parent
fdb4309b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
10 deletions
+16
-10
problem_builder/public/css/problem-builder.css
+6
-5
problem_builder/public/themes/apros.css
+6
-1
problem_builder/templates/html/mentoring_with_steps.html
+1
-1
problem_builder/templates/html/sb-review-score.html
+3
-3
No files found.
problem_builder/public/css/problem-builder.css
View file @
ff2bd315
...
@@ -174,6 +174,7 @@
...
@@ -174,6 +174,7 @@
list-style
:
none
;
list-style
:
none
;
padding-left
:
0
!important
;
padding-left
:
0
!important
;
margin-left
:
0
;
margin-left
:
0
;
margin-bottom
:
0.4em
;
}
}
.mentoring
.review-list
li
{
.mentoring
.review-list
li
{
display
:
inline
;
display
:
inline
;
...
@@ -184,7 +185,7 @@
...
@@ -184,7 +185,7 @@
}
}
.mentoring
.results-section
{
.mentoring
.results-section
{
margin-left
:
4
0px
;
margin-left
:
5
0px
;
}
}
.mentoring
.results-section
p
{
.mentoring
.results-section
p
{
...
@@ -202,21 +203,21 @@
...
@@ -202,21 +203,21 @@
display
:
none
;
display
:
none
;
}
}
.mentoring
.assessment-review-tips
p
.review-tips-intro
{
.mentoring
p
.review-tips-intro
{
margin-top
:
1.2em
;
margin-top
:
1.2em
;
margin-bottom
:
0
;
margin-bottom
:
0
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.mentoring
.
assessment-review-tips
.
review-tips-list
{
.mentoring
.review-tips-list
{
margin-top
:
0
;
margin-top
:
0
;
padding-top
:
0
;
padding-top
:
0
;
}
}
.mentoring
.
assessment-review-tips
.
review-tips-list
li
{
.mentoring
.review-tips-list
li
{
margin-left
:
0.5em
;
margin-left
:
0.5em
;
padding-left
:
0
;
padding-left
:
0
;
}
}
.mentoring
.
assessment-review-tips
.
review-tips-list
li
p
{
.mentoring
.review-tips-list
li
p
{
display
:
inline
;
display
:
inline
;
margin
:
0
;
margin
:
0
;
}
}
...
...
problem_builder/public/themes/apros.css
View file @
ff2bd315
...
@@ -17,7 +17,12 @@
...
@@ -17,7 +17,12 @@
text-transform
:
uppercase
;
text-transform
:
uppercase
;
}
}
.themed-xblock.mentoring
.assessment-review-tips
.review-tips-list
li
{
.themed-xblock.mentoring
.sb-review-score
{
margin-left
:
40px
;
margin-top
:
15px
;
}
.themed-xblock.mentoring
.review-tips-list
li
{
margin-left
:
1.8em
;
margin-left
:
1.8em
;
padding-left
:
0
;
padding-left
:
0
;
}
}
problem_builder/templates/html/mentoring_with_steps.html
View file @
ff2bd315
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
{% endfor %}
{% endfor %}
<div
class=
"submit"
>
<div
class=
"submit"
>
<span
class=
"step-overall-checkmark fa icon-2x"
></span>
<span
class=
"step-overall-checkmark fa icon-2x
fa-fw
"
></span>
<input
type=
"button"
class=
"input-main"
value=
"Submit"
disabled=
"disabled"
/>
<input
type=
"button"
class=
"input-main"
value=
"Submit"
disabled=
"disabled"
/>
<input
type=
"button"
class=
"input-next"
value=
"Next Step"
disabled=
"disabled"
/>
<input
type=
"button"
class=
"input-next"
value=
"Next Step"
disabled=
"disabled"
/>
<input
type=
"button"
class=
"input-review"
value=
"Review grade"
disabled=
"disabled"
/>
<input
type=
"button"
class=
"input-review"
value=
"Review grade"
disabled=
"disabled"
/>
...
...
problem_builder/templates/html/sb-review-score.html
View file @
ff2bd315
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<hr/>
<hr/>
<span
class=
"assessment-checkmark icon-2x checkmark-correct icon-ok fa fa-check"
></span>
<span
class=
"assessment-checkmark icon-2x checkmark-correct icon-ok fa fa-check
fa-fw
"
></span>
<div
class=
"results-section"
>
<div
class=
"results-section"
>
<p>
<p>
{% blocktrans count correct_answers=correct_answers %}
{% blocktrans count correct_answers=correct_answers %}
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
<span
class=
"assessment-checkmark icon-2x checkmark-partially-correct icon-ok fa fa-check"
></span>
<span
class=
"assessment-checkmark icon-2x checkmark-partially-correct icon-ok fa fa-check
fa-fw
"
></span>
<div
class=
"results-section"
>
<div
class=
"results-section"
>
<p>
<p>
{% blocktrans count partially_correct_answers=partially_correct_answers %}
{% blocktrans count partially_correct_answers=partially_correct_answers %}
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
<span
class=
"assessment-checkmark icon-2x checkmark-incorrect icon-exclamation fa fa-exclamation"
></span>
<span
class=
"assessment-checkmark icon-2x checkmark-incorrect icon-exclamation fa fa-exclamation
fa-fw
"
></span>
<div
class=
"results-section"
>
<div
class=
"results-section"
>
<p>
<p>
{% blocktrans count incorrect_answers=incorrect_answers %}
{% blocktrans count incorrect_answers=incorrect_answers %}
...
...
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