Bubbles should preserver width when dragged.
[edumed.git] / catalogue / static / catalogue / css / exercise.scss
index 6b00e20..cf7bfc3 100755 (executable)
@@ -160,6 +160,7 @@ $px: 0.0625em;
 .przyporzadkuj {
     .question-piece {
         @include bubble-drag;
+        width: 618*$px;
     }
     .question-piece.disabled {
         @include bubble-drag-disabled;
@@ -183,6 +184,10 @@ $px: 0.0625em;
                 margin: 8*$px -11*$px -8*$px -11*$px;
                 padding: 8*$px 11*$px;
 
+                li {
+                    width: auto;
+                }
+
                 .placeholder {
                     @include bubble;
                     position: absolute;
@@ -242,3 +247,13 @@ $px: 0.0625em;
         }
     }
 }
+
+.wybor .question {
+    .lista {
+        list-style: none;
+        padding: 0;
+        li {
+            margin: 0;
+        }
+    }
+}