excercies interactions + checking
[redakcja.git] / redakcja / static / edumed / css / edumed.css
index d6da25f..f1de591 100644 (file)
@@ -457,4 +457,43 @@ em.person {
 
 .question-piece.incorrect {
     background-color: orange;
+}
+
+
+.zastap.question-piece {
+    padding: 3px;
+}
+
+.question-piece.editing {
+    margin: 2px;
+    border: 1px solid;
+}
+
+.przyporzadkuj .lista.predicate {
+    list-style: none;
+    position: relative;
+    clear: both;
+}
+
+.przyporzadkuj .lista.predicate > li {
+    list-style: none;
+    display: block;
+    float: left;
+    width: 250px;
+}
+
+.przyporzadkuj .lista.predicate .droppable {
+    min-height: 50px;
+    border: 1px dotted black;
+}
+
+
+.przyporzadkuj .draggable {
+    padding: 3px;
+    border: 1px dotted black;
+    display: inline-block;
+}
+
+.clr {
+    clear: both;
 }
\ No newline at end of file