]> Devoid-pointer.net GitWeb - Nine-Q.git/commitdiff
Add a warning that the titration curve chart is a little glitchy at the
authorMichal Malý <madcatxster@devoid-pointer.net>
Wed, 24 Dec 2014 02:29:09 +0000 (03:29 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Wed, 24 Dec 2014 02:29:09 +0000 (03:29 +0100)
moment

bin/styles/main.css
bin/templates/titration_curve_answer_section.html

index 1106dfb7179f3477a72bc36b1e8e7bdf2c1aa829..c351d81e616ebb9c779f4655a7187a8bfef1d399 100644 (file)
     padding-right: 0px;
   }
 
+.warning {
+  color: red;
+  font-size: inherit;
+  font-weight: inherit;
+}
+
 .subscript {
   font-size: 75%;
   vertical-align: sub;
index d87ff071080919336deae203815f306831706557..6ec8046ff28f78351102601652bb0b1f131525f8 100644 (file)
@@ -1,4 +1,7 @@
   <div class="backgrounded_block">
+    <div class="caption_v1">
+      <div class="warning">(Průběh titrační křivky není od druhého stupně vykreslen správně, "zajímavé" body, kterými má křivka procházet jsou ale v pořádku)</div>
+    </div>
     <div class="caption_v1">Odpověď:</div>
     <div class="@_ANSWER_KIND_@">@_ANSWER_MESSAGE_@</div>
     <img class="@_TITRATION_CURVE_IMAGE_CLASS_@" src="@_TITRATION_CURVE_IMAGE_PATH_@" />