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
987b6ca8
Commit
987b6ca8
authored
Mar 12, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MRQ: Update skinning of individual item tip from feedback
parent
6e76d9c8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
11 deletions
+21
-11
mentoring/public/css/questionnaire.css
+19
-9
mentoring/public/img/close.png
+0
-0
mentoring/templates/html/tip_choice_group.html
+2
-2
No files found.
mentoring/public/css/questionnaire.css
View file @
987b6ca8
...
...
@@ -7,6 +7,10 @@
margin
:
5px
0
10px
;
}
.mentoring
.choices
.choices-list
{
position
:
relative
;
}
.mentoring
.choices
.choice
{
margin
:
10px
0
;
}
...
...
@@ -28,17 +32,23 @@
.mentoring
.choices
.choice-tips
{
display
:
none
;
background-color
:
#0384ce
;
color
:
#fff
;
padding
:
20px
;
position
:
absolute
;
width
:
600px
;
margin
:
10px
0
;
top
:
0
;
right
:
0
;
background
:
none
repeat
scroll
0
0
#5C9DD5
;
font-family
:
arial
;
font-size
:
14px
;
height
:
100%
;
opacity
:
0.9
;
padding
:
10px
;
width
:
300px
;
}
.mentoring
.choices
.choice-tips
.title
{
font-weight
:
bold
;
margin-bottom
:
10px
;
margin
:
0
0
5px
;
font-size
:
18px
;
font-family
:
arial
;
}
.mentoring
.choices
.choice-tips
.tip-choice-group
{
...
...
@@ -49,10 +59,10 @@
background-image
:
url({{ close_icon_url }})
;
cursor
:
pointer
;
position
:
absolute
;
top
:
0
;
right
:
0
;
top
:
-10px
;
right
:
-10px
;
width
:
18px
;
height
:
19
px
;
height
:
21
px
;
}
.mentoring
.choices
.choice-tips
p
{
...
...
mentoring/public/img/close.png
View replaced file @
6e76d9c8
View file @
987b6ca8
1.7 KB
|
W:
|
H:
452 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
mentoring/templates/html/tip_choice_group.html
View file @
987b6ca8
...
...
@@ -2,9 +2,9 @@
<div
class=
"close"
></div>
<div
class=
"title"
>
{% if completed %}
Correct!
You have made
the right choice.
Correct!
That is
the right choice.
{% else %}
Th
is
is not the right choice.
Th
at
is not the right choice.
{% endif %}
</div>
{% for tip_fragment in tips_fragments %}
...
...
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