przyporzadkuj -- minimum answers
[redakcja.git] / redakcja / static / edumed / css / edumed.css
index a19bec5..d63ce5b 100644 (file)
@@ -444,12 +444,12 @@ em.person {
 }
 
 .teacher {
-    display: none;
+/*    display: none;*/
 }
 
-.teacher.show {
+/*.teacher.show {
     display: inherit;
-}
+}*/
 
 .question-piece.correct {
     background-color: darkgreen;
@@ -464,14 +464,6 @@ em.person {
 }
 
 
-.zastap.question-piece {
-    padding: 3px;
-}
-
-.question-piece.editing {
-    margin: 2px;
-    border: 1px solid;
-}
 
 .excercise .lista.predicate {
     list-style: none;
@@ -523,12 +515,30 @@ em.person {
     min-height: 1em;
 }
 
+.excercise .placeholder.accepting.dragover {
+    background-color: #ffff99;
+}
+
+
+.excercise.zastap .paragraph .placeholder {
+    display: inline;
+    min-width: none;
+    min-height: none;
+    border: inherit;
+    padding: inherit;
+}
+
+
 
 .excercise .lista.subjects {
     padding-left: 0px;
 }
 
 
+.excercise.uporzadkuj li {
+    cursor: move;
+}
+
 .draggable .remove {
     font-family: sans-serif;
     padding: 2px 4px;
@@ -536,6 +546,10 @@ em.person {
     margin-left: 5px;
 }
 
+.excercise.wybor li[data-name] {
+    list-style: none;
+}
+
 /* utils */
 
 .clr {