From: yomguy Date: Sat, 15 Dec 2012 23:21:58 +0000 (+0100) Subject: fix rainbow X-Git-Tag: 0.9-probarreau~250 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2691dca26e7eee9aa8ea9355f71f1fc4928e434a;p=teleforma.git fix rainbow --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 5213cc2c..2ca17c7b 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1688,7 +1688,7 @@ input,textarea{ color-stop(0.00, blue), color-stop(25%, green), color-stop(50%, yellow), - color-stop(66%, orange), + color-stop(75%, orange), color-stop(1.00, red) ); diff --git a/teleforma/templates/teleforma/answer_form.html b/teleforma/templates/teleforma/answer_form.html index 9b9d5ee4..35a4991e 100644 --- a/teleforma/templates/teleforma/answer_form.html +++ b/teleforma/templates/teleforma/answer_form.html @@ -5,6 +5,7 @@ {% block extra_javascript %} {% endblock extra_javascript %} @@ -64,4 +64,3 @@ $(document).ready(function(){ {% endblock course_content %} -