Commit 987b6ca8 by Xavier Antoviaque

MRQ: Update skinning of individual item tip from feedback

parent 6e76d9c8
......@@ -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: 19px;
height: 21px;
}
.mentoring .choices .choice-tips p {
......
mentoring/public/img/close.png

1.7 KB | W: | H:

mentoring/public/img/close.png

452 Bytes | W: | H:

mentoring/public/img/close.png
mentoring/public/img/close.png
mentoring/public/img/close.png
mentoring/public/img/close.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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 %}
This is not the right choice.
That is not the right choice.
{% endif %}
</div>
{% for tip_fragment in tips_fragments %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment