style instructions
[edumed.git] / catalogue / static / catalogue / css / exercise.css
index 05b005f..24cd0a3 100644 (file)
@@ -1,4 +1,6 @@
 @charset "UTF-8";
+.exercise img {
+  vertical-align: top; }
 .exercise .question-piece {
   border-radius: 0.688em;
   padding: 0.5em 0.688em; }
     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;