mark submissions with opened links
[edumed.git] / catalogue / static / catalogue / css / exercise.scss
index 99ef5d6..a9fc200 100755 (executable)
@@ -1,4 +1,7 @@
 $px: 0.0625em;
+$oranji: #ed7831;
+$ciemny: #363a3e;
+$zielony: #16a487;
 
 
 @mixin bubble {
@@ -101,6 +104,7 @@ $px: 0.0625em;
         .message {
             float: right;
             padding: 0 20*$px;
+            background: red;
         }
         .maxscore {
             background: #16a487;
@@ -111,7 +115,19 @@ $px: 0.0625em;
             
         }
     }
+}
+
 
+.exercise, .exercise-wtem {
+    .instruction {
+        display: block;
+        margin: .3em;
+        color: green;
+        font-size: .9em;
+    }
+    .instruction:before {
+        content: "☞ ";
+    }
 }
 
 
@@ -191,6 +207,11 @@ $px: 0.0625em;
         @include bubble-drag;
         width: 618*$px;
     }
+    .question-piece.short {
+        display: inline-block;
+        margin: .2em .1em;
+        width: auto;
+    }
     span.question-piece {
         display: inline-block;
         margin: .1em;