prawda/falsz questions
[redakcja.git] / redakcja / static / edumed / css / edumed.css
index d6da25f..186a6e4 100644 (file)
@@ -12,7 +12,7 @@ a {
 
 #book-text {
     margin: 3em;
-    max-width: 500px;
+    max-width: 640px;
 }
 
 /* ================================== */
@@ -457,4 +457,59 @@ em.person {
 
 .question-piece.incorrect {
     background-color: orange;
-}
\ No newline at end of file
+}
+
+.buttons .chosen {
+    background-color: lightblue;
+}
+
+
+.zastap.question-piece {
+    padding: 3px;
+}
+
+.question-piece.editing {
+    margin: 2px;
+    border: 1px solid;
+}
+
+.przyporzadkuj .lista.predicate {
+    list-style: none;
+    position: relative;
+    clear: both;
+    padding-left: 0;
+}
+
+.przyporzadkuj .lista.predicate > li {
+    list-style: none;
+    display: block;
+    float: left;
+    width: 208px;
+    margin: 2px;
+}
+
+.przyporzadkuj.wide .lista.predicate > li {
+    width: 100%;
+    margin: 2px;
+}
+
+.przyporzadkuj .lista.predicate .droppable {
+    min-height: 50px;
+    border: 1px dotted black;
+}
+
+
+.przyporzadkuj .draggable {
+    padding: 3px;
+    border: 1px dotted black;
+    display: inline-block;
+}
+
+.przyporzadkuj .lista.subjects {
+    padding-left: 0px;
+}
+
+.clr {
+    clear: both;
+}
+