Commit 987b6ca8 by Xavier Antoviaque

MRQ: Update skinning of individual item tip from feedback

parent 6e76d9c8
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
margin: 5px 0 10px; margin: 5px 0 10px;
} }
.mentoring .choices .choices-list {
position: relative;
}
.mentoring .choices .choice { .mentoring .choices .choice {
margin: 10px 0; margin: 10px 0;
} }
...@@ -28,17 +32,23 @@ ...@@ -28,17 +32,23 @@
.mentoring .choices .choice-tips { .mentoring .choices .choice-tips {
display: none; display: none;
background-color: #0384ce;
color: #fff; color: #fff;
padding: 20px;
position: absolute; position: absolute;
width: 600px; top: 0;
margin: 10px 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 { .mentoring .choices .choice-tips .title {
font-weight: bold; margin: 0 0 5px;
margin-bottom: 10px; font-size: 18px;
font-family: arial;
} }
.mentoring .choices .choice-tips .tip-choice-group { .mentoring .choices .choice-tips .tip-choice-group {
...@@ -49,10 +59,10 @@ ...@@ -49,10 +59,10 @@
background-image: url({{ close_icon_url }}); background-image: url({{ close_icon_url }});
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
top: 0; top: -10px;
right: 0; right: -10px;
width: 18px; width: 18px;
height: 19px; height: 21px;
} }
.mentoring .choices .choice-tips p { .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 @@ ...@@ -2,9 +2,9 @@
<div class="close"></div> <div class="close"></div>
<div class="title"> <div class="title">
{% if completed %} {% if completed %}
Correct! You have made the right choice. Correct! That is the right choice.
{% else %} {% else %}
This is not the right choice. That is not the right choice.
{% endif %} {% endif %}
</div> </div>
{% for tip_fragment in tips_fragments %} {% 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