style instructions
[edumed.git] / catalogue / static / catalogue / css / exercise.css
index c72a109..24cd0a3 100644 (file)
     font-weight: bold; }
   .exercise .buttons .message {
     float: right;
-    padding: 0 1.25em; }
+    padding: 0 1.25em;
+    background: red; }
   .exercise .buttons .maxscore {
     background: #16a487; }
   .exercise .buttons input.check {
     background: #ed7831; }
+.exercise .instruction {
+  display: block;
+  margin: .3em;
+  color: green;
+  font-size: .9em; }
+.exercise .instruction:before {
+  content: "☞ "; }
 
 .luki .question-piece {
   background-color: #d4d6d8;