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
7686e722
Commit
7686e722
authored
Mar 17, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MRQ: Additional styling fixes from feedback
parent
34d87789
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
mentoring/public/css/mentoring.css
+4
-0
mentoring/public/css/questionnaire.css
+1
-1
mentoring/templates/html/mentoring_progress.html
+1
-1
No files found.
mentoring/public/css/mentoring.css
View file @
7686e722
...
@@ -48,3 +48,7 @@
...
@@ -48,3 +48,7 @@
.mentoring
.submit
{
.mentoring
.submit
{
margin-top
:
20px
;
margin-top
:
20px
;
}
}
.mentoring
.progress
.indicator
.checkmark
{
margin-top
:
25px
;
}
mentoring/public/css/questionnaire.css
View file @
7686e722
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
.mentoring
.choices
.choices-list
{
.mentoring
.choices
.choices-list
{
position
:
relative
;
position
:
relative
;
margin-top
:
2
0px
;
padding-top
:
1
0px
;
}
}
.mentoring
.choices
.choice
{
.mentoring
.choices
.choice
{
...
...
mentoring/templates/html/mentoring_progress.html
View file @
7686e722
<script
type=
"text/template"
id=
"xblock-progress-template"
>
<script
type=
"text/template"
id=
"xblock-progress-template"
>
<%
if
(
completed
===
"True"
)
{{
%>
<%
if
(
completed
===
"True"
)
{{
%>
<
img
src
=
"{completed}"
alt
=
"Completed"
>
<
img
src
=
"{completed}"
class
=
"checkmark"
alt
=
"Completed"
>
<%
}}
%>
<%
}}
%>
</script>
</script>
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