Commit de15c188 by Xavier Antoviaque

Merge pull request #45 from dragonfi/master

Style changes
parents 37a2bbd8 f75aae16
......@@ -10,7 +10,7 @@
}
.mentoring .messages .title1 {
color: rgb(170, 170, 170);
color: #333333;
text-transform: uppercase;
font-weight: bold;
font-style: normal;
......@@ -85,3 +85,11 @@
float: left;
height:33.33px;
}
.mentoring input[type=button] {
background-color: #3384ca;
}
.mentoring input[type=button][disabled], .mentoring input[type=button][disabled]:hover {
background-color: #cccccc;
}
<script type="text/template" id="xblock-attempts-template">
<% if (_.isNumber(max_attempts) && max_attempts > 0) {{ %>
<span> You have used <%= _.min([num_attempts, max_attempts]) %> of <%= max_attempts %> attempts.</span>
<span> You have used <%= _.min([num_attempts, max_attempts]) %> of <%= max_attempts %> submissions.</span>
<% }} %>
</script>
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